I really like the simplicity of Starman for running Catalyst apps. For production we currently use Apache/mod_perl which seems pretty heave weight for just decoding requests on a socket and passing to Catalyst. We run a couple million requests or so through each web server a day on a pool of 8-core web servers.
Anyone here using Starman in production? Can you describe any special config needed, what you are using for serving static content, and anything else to be aware of? We do use server-status with Apache which comes in handy at times to see what the processes are doing at times of stress. Although, I wonder if that's not a task that could be done as a Catalyst role that works the same regardless of what web server is being used. Is there a better place to ask about Starman? -- Bill Moseley [email protected]
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
