| View previous topic :: View next topic |
| Author |
Message |
Upload Spot
Joined: 11 Aug 2008 Posts: 5
|
Posted: Aug 11, 2008 5:39 pm Post subject: Semaphore array's |
|
|
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? |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: Aug 12, 2008 7:03 am Post subject: |
|
|
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:
| Code: | | my $pause = $MB && $total>10 ? 2000 : 1000; #longer pauses if >10Mb |
increase these 1000 & 2000 delays to 2000 and 5000 maybe. |
|
| Back to top |
|
 |
Upload Spot
Joined: 11 Aug 2008 Posts: 5
|
Posted: Aug 12, 2008 3:30 pm Post subject: |
|
|
I'll see if this changes anything, thanks.
I hadn't heard of them either. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|