Re: DoS issue

Robert Jordan <[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel
Message-ID <[email protected]>
Arvid Picciani wrote:
> ok i think i didnd't express the problem detailed enought
> imagine an application with 5k users loged in avarage. that means about 10 
> requests a second. let each of those requests take 2 seconds then you'r 
> doomed.
> this is not even due to a intened DoS.  
> just imagine 10 users upload 10 images in paralell.
> see this report. http://trac.lighttpd.net/trac/ticket/1303
> it shows howto reproduce the problem too.
> 

Try to raise maxProcesses and maxClassProcesses to a reasonable
size. maxProcesses defaults to 50 while maxClassProcesses to 10
(do some bells ring?).

See http://fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html

BTW, for uploads I'd rather use a lightweight standalone
uploader helper with a high maxClassProcesses setting,
while keeping maxClassProcesses of the main app as
small as possible.

Robert

___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.