Einzelnen Beitrag anzeigen
  #7  
Alt 29.08.07, 10:33
Benutzerbild von robelix
robelix robelix ist offline
Forum Stammgast
 
Registriert seit: 03.12.06
Beiträge: 187

Ich habe zwar nicht wirklich eine Ahnung ob das Windows betrifft, aber einen Versuch dürfte folgende Apache-Einstellung auf alle Fälle wert sein:

Zitat:
# MaxRequestsPerChild: the number of requests each child process is
# allowed to process before the child dies. The child will exit so
# as to avoid problems after prolonged use when Apache (and maybe the
# libraries it uses) leak memory or other resources. On most systems, this
# isn't really needed, but a few (such as Solaris) do have notable leaks
# in the libraries. For these platforms, set to something like 10000
# or so; a setting of 0 means unlimited.
#
# NOTE: This value does not include keepalive requests after the initial
# request per connection. For example, if a child process handles
# an initial request and 10 subsequent "keptalive" requests, it
# would only count as 1 request towards this limit.
#
MaxRequestsPerChild 0
__________________
mysql> SELECT question FROM life, universe, everything WHERE answer=42;
Empty set (2079460347 sec)
Mit Zitat antworten