Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Servlets
Search Coderanch
Advance search
Google search
Register / Login
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
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Servlets
Servlet Hits
Nikhil Jain
Ranch Hand
Posts: 393
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
How to keep track of number of
servlet
hits in load balanced environment. If there was single JVM, this was possible by storing the count in an instance variable.
SCJP 1.4, SCWCD 1.4, SCBCD 1.5, TOGAF 9, Comptia Cloud+
Paul Sturrock
Bartender
Posts: 10336
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You could track this in your load balancer most likely. Otherwise you need to count these at a shared point, such as a in a database.
JavaRanch FAQ
HowToAskQuestionsOnJavaRanch
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
getting parameter of image
Values from ListBox to be inserted
Session Tracking problem
page relaod probem- resending data to servlet
Ending of session
More...