View Single Post
  #6  
Old 04-25-2007, 04:26 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
3.1 will be released soon, maybe next week.

Quote:
is there any significant reason to prefer "servlet engine" over "proxy", given that Winstone and LSWS will be running on the same machine?
"servlet engine" should be a bit faster than "Proxy", but is also depends on winstone implemenation. one big difference is that winstone cloase HTTP connection for each request, but keep the AJP connection persistent. So, "servlet engine" should be a better choice, performance wise.
Reply With Quote