• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Resin Servlet Engine with Apache Web server

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
We are currently working with Resin Servlet Engine v1.1.4 with Apache web server 1.3.12 on NT.
In the Resin configuration file resin.conf there are directives <thread-min> and <thread-max>. My question is what exactly do we do by configuring these parameters? Do we specify the number of threads' range for a single servlet instance or is it the threads' range for Resin's communication with Apache?
Moreover in Apache's configuration we have directives like MaxKeepAliveRequests and MAxThreadsPerChild. What are they for?
Can anyone throw light into these?
Thanks and Regards,
Ganp.
 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there anything in the Resin documentation about this?
------------------
Phil Hanna
Sun Certified Programmer for the Java 2 Platform
Author of :
JSP: The Complete Reference
Instant Java Servlets
Website: http://www.philhanna.com
 
Ganapathi Srinivasan
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No Phil...
Actaully I had browsed www.caucho.com which is the site for Resin. They haven't given any explanantion regarding the properties that can be configured??
I even gave searches on google and could not get any material...so if u can provide any help it wud be gr8. Mainly we want to know whether u can manipulate some of these configurations to improve performance of ur application??
Regards,
Ganp.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic