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.
<br><br>Andrew<br><br><div><span class="gmail_quote">On 4/12/07, <b class="gmail_sendername">Mac Chan</b> <<a href="mailto:emailmac@gmail.com">emailmac@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I am not sure if there are advantages with multiple hunchentoot:start-server.<br>However, multi-core CPUs are so common these days you might want to<br>start two lisp images with each running a separate web application.<br>
<br>Most lisps support threading but cannot take advantage of multiple<br>cores in one image.<br><br>Correct me if I'm wrong.<br><br>Regards,<br>-- Mac<br><br>On 4/12/07, Andrei Stebakov <<a href="mailto:lispercat@gmail.com">
lispercat@gmail.com</a>> wrote:<br>> I just wanted to consult what's the best strategy for using multiple<br>> hunchentoot applications. Is it better to use one *dispatch-table* and<br>> insert multiple handlers for different application in this table or have
<br>> many servers listening on different ports? I'd like to go with multiple<br>> hunchentoot:start-server, does it have any disadvantages?<br>><br>> Thank you,<br>> Andrew<br>><br>> _______________________________________________
<br>> tbnl-devel site list<br>> <a href="mailto:tbnl-devel@common-lisp.net">tbnl-devel@common-lisp.net</a><br>> <a href="http://common-lisp.net/mailman/listinfo/tbnl-devel">http://common-lisp.net/mailman/listinfo/tbnl-devel
</a><br>><br>_______________________________________________<br>tbnl-devel site list<br><a href="mailto:tbnl-devel@common-lisp.net">tbnl-devel@common-lisp.net</a><br><a href="http://common-lisp.net/mailman/listinfo/tbnl-devel">
http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br></blockquote></div><br>