On Thu, 12 Apr 2007 13:47:17 -0400, "Andrei Stebakov" lispercat@gmail.com wrote:
Basically, my question is if starting multiple hunchentoot server is a good idea here. I need some logical separations for different web applications so I am wondering what's the best way to achieve it.
If the two servers are doing more or less different things, I'd say it's better to have them in different Lisp images. That's certainly easier to maintain. I would only be tempted to run mutiple servers in one image if they shared a lot of code and/or data.