On Sep 14, 2009, at Sep 14, 2009 - 8:09 PM, Angelo Gladding wrote: > Let me know if this helps: > > lighttpd 1.5 has externalized spawn-fcgi > > > thus.. > > > sudo spawn-fcgi -s /var/www/.socket -F 2 -- /usr/local/bin/python / > var/www/code.py > Child spawned successfully: PID: 17341 > Child spawned successfully: PID: 17342 > Child spawned successfully: PID: 17343 > > This spawns 3 processes (2 forks) x 5 threads each == 15 handlers > all referenced via the new simplified syntax.. >
Thanks for pointing this out to me. Unless I decide to use nginx instead, I'll probably go with lighttpd 1.5 for this project! Alec --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
