Apache does not deal well with long polling or lots of open connections. For low traffic sites, it won't be noticeable. However, I strongly recommend nginx... it's a much much better http server than apache and it's got a very small memory footprint. On my servers, I run nginx at port 80 and proxy to apache for php sites.
On Jun 20, 2009 3:11 PM, "DFectuoso" <[email protected]> wrote: I have a VPS in wiredtree where i would like to run a scala/lift application with jeety in a server that is running a LAMP stack. I want to use comet actors so i will be using the "long http hack" and i dont know if that would be important. So what options do i have? How can i achieve this? I read there are way to do this with mod_rewrite and with mod_proxy but i have no idea! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
