My Web PC is really modest, PIII 600 MHz so it probably won't benefit from running multiple images. 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.
Andrew
On 4/12/07, Mac Chan emailmac@gmail.com wrote:
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
tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel