Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: How many FastCGI servers to use for Catalyst app?

by tilly (Archbishop)
on Feb 28, 2011 at 19:57 UTC ( [id://890623]=note: print w/replies, xml ) Need Help??


in reply to How many FastCGI servers to use for Catalyst app?

If you have scaling issues, your first step should be to put a reverse proxy up so that your FastCGI processes are not wasting time talking to slow clients.

After you've done that, provision resources as follows. Figure out how big your FastCGI processes are. Decide how much RAM you wish to dedicate to FastCGI. The number of processes that you should spin up per box should be RAM/(size + some safety buffer). The number of machines you should have should be based on your peak usage plus some amount of headroom for growth, spikes, etc, with a fixed number of extra machines for failover in case a machine crashes.

If you have less than a million dynamic pages/hour and a reasonably written application, odds are good that the number of machines you will need is more determined by provisioning for failover than it is by the resources needed to meet your load.

  • Comment on Re: How many FastCGI servers to use for Catalyst app?

Replies are listed 'Best First'.
Re^2: How many FastCGI servers to use for Catalyst app?
by uG (Scribe) on Feb 28, 2011 at 23:29 UTC
    Thank you tilly and sundialsvc4. Thats pretty much what I was looking for.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://890623]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-23 20:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found