Tom wrote: > But on a big website with upload enabled and 30 users upload simultan > a 20 MB File, they lost the upload while php hold all in memory/Cache > and swap is not used. I don't understand why php write the upload > chunck for chunck (i can look this) in upload temp file AND holds the > upload in main memory. Well, I can't reproduce the problem - I uploaded a 1Gb file, and I never saw apache memory usage go beyond 15Mb. Might this problem be in your code processing the uploaded file(s)? In this test I just uploaded the file, I never tried to process it. /Per Jessen, Zürich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php