It appears that the script is having issues with my server, and apache is creating too many semaphore array's - so much that it crashed my apache earlier today.
ipcs -s | wc -l
I haven't had this problem before, is there any suggestions of how to fix this?
XFileSharing Pro - Semaphore array's
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
I don't know what semaphore array is. But I think this may be cause you have too many ajax requests per second. Try to increase upload progress update time: in upload_status.cgi edit this line:
increase these 1000 & 2000 delays to 2000 and 5000 maybe.
Code: Select all
my $pause = $MB && $total>10 ? 2000 : 1000; #longer pauses if >10Mb
-
- Posts: 5
- Joined: Aug 11, 2008 5:36 pm