Hello

When deploying web2py in a VPS as the only service, what is a better 
minimal option in terms of efficiency/speed?:

A- Use of Rocket (default) server  as a daemon (with option -n threads ...)
B- Lighttp+ fcgi (unix socket to a single w2p instance 

Let's consider an estimated peak load of 30 simultaneous clients 
Despite of static content and https handling, Is there any advantage in 
using approach B in terms of speed?


In a second case of multiple applications, What is better approach? 
C. one w2p instance per application  (several ports)
D a single w2p instance running several applications (just one port)

Any suggestion welcome
Thanks in advance



-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to