On Jun 16, 2009, at 12:09 PM, Steffen Busch wrote:

I don't know about lighttpd, but there was a blog post recently regarding nginx, check this: http://blog.caucho.com/?p=173

For Resin 4.0, you can use the new FastCgi protocol implementation (or use a http proxy). It's configured like the <http> tag:

<resin xmlns="http://caucho.com/ns/resin"; xmlns:resin="urn:java:com.caucho.resin ">
<cluster id="app-tier">

  <server id="" port="6800">
    <resin:FastCgiPort port="8086"/>
  </server>

  ..
</resin>

If you're looking at nginx for performance, you should benchmark Resin as a load-balancer as well, especially if you're using proxy caching. For 4.0, the performance numbers were fairly close (nginx slightly faster).

-- Scott



Regards,
Steffen

2009/6/16 Ronan Lucio <lis...@tiper.com.br>
Hi,

Does Resin works with lighttpd or nginx?

Thanks,
Ronan



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to