PDA

View Full Version : Crash xampp


filipss
04-01-2011, 12:39
Ciao a tutti,
ho realizzato un semplice script php che preleva da un file di testo dei link poi legge il contenuto e fa una ricerca su dei tag html.
Il testo contiene circa 500 link ma anche con solo 20 link il server crasha
Questo è l'errore di windows

File che contribuiscono alla descrizione del problema:
C:\Users\xxx\AppData\Local\Temp\WERD799.tmp.WERInternalMetadata.xml
C:\Users\xxx\AppData\Local\Temp\WERFE8A.tmp.appcompat.txt
C:\Users\xxx\AppData\Local\Temp\WERFF85.tmp.mdmp


Mentre nel file error

[Tue Jan 04 13:28:58 2011] [notice] Server built: Nov 11 2009 14:29:03
[Tue Jan 04 13:28:58 2011] [notice] Parent: Created child process 5580
[Tue Jan 04 13:29:00 2011] [notice] Digest: generating secret for digest authentication ...
[Tue Jan 04 13:29:00 2011] [notice] Digest: done
[Tue Jan 04 13:29:00 2011] [notice] Child 5580: Child process is running
[Tue Jan 04 13:29:00 2011] [notice] Child 5580: Acquired the start mutex.
[Tue Jan 04 13:29:00 2011] [notice] Child 5580: Starting 150 worker threads.
[Tue Jan 04 13:29:00 2011] [notice] Child 5580: Starting thread to listen on port 443.
[Tue Jan 04 13:29:00 2011] [notice] Child 5580: Starting thread to listen on port 443.
[Tue Jan 04 13:29:00 2011] [notice] Child 5580: Starting thread to listen on port 80.
[Tue Jan 04 13:29:00 2011] [notice] Child 5580: Starting thread to listen on port 80.

Ho provato su 2 pc uno anche abbastanza potente ma non cambia nulla..
Volevo sapere se c'è qualche configurazione da impostare per almeno diminuire i crash

Ciao
Grazie:)

ps Spero che la sezione sia giusta

filipss
04-01-2011, 19:41
penso di aver risolto amentando la memoria disponibile. Ho amentato il valore del parametro memory_limit = nel file php.ini

Ciao :)