I am not sure if there are advantages with multiple hunchentoot:start-server. However, multi-core CPUs are so common these days you might want to start two lisp images with each running a separate web application.
Most lisps support threading but cannot take advantage of multiple cores in one image.
Correct me if I'm wrong.
Regards, -- Mac
On 4/12/07, Andrei Stebakov lispercat@gmail.com wrote:
I just wanted to consult what's the best strategy for using multiple hunchentoot applications. Is it better to use one *dispatch-table* and insert multiple handlers for different application in this table or have many servers listening on different ports? I'd like to go with multiple hunchentoot:start-server, does it have any disadvantages?
Thank you, Andrew
tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel