Hello, I have a quick question on how to run multiple paster servers. I have a lighttpd/scgi configuration. In my production.ini file, I have the following:
[server:main] #use = egg:Paste#http #host = 0.0.0.0 #port = 5000 use = egg:PasteScript#flup_scgi_thread host = 127.0.0.1 port = 4000 Now, i only ever start one of these listening on port 4000, and lighttpd is configured to direct requests to port 4000. This is highly suboptimal for concurrent request benchmarking etc.. Is the recommended way to start more paster servers to modify the production.ini file? Should I specify more ports? If so, how do I do that. Or do I start more paster servers on the command-line listening on different ports? I'd imagine I have to change lighttpd.conf to point to all of these ports then. Any help would be appreciated. Thanks, Sam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
