Session affinity not supported in IIS?
"Jeff Shanholtz" <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi. I've been researching fastcgi as a way to improve performance of our cgi application and I believe session affinity *would* be the way to go in order to cache things like database connections. However, as best as I can tell, it's not implemented at all for IIS, and even for apache it appears to be a semi-unofficial patch that is sort of out of date. Is my assessment of SA accurate? Our application currently operates in both servers, so what are my options with regard to caching DB connections, etc. in order to maximize performance? My first thought would be to take a multi-threaded approach with a manager thread that would mimic the session affinity concept and pass requests to the appropriate thread. Of course, that would mean having to manage the threads (request queuing for each worker thread, etc.). Is this the direction I would have to go? Or are there other/better approaches I should consider? ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/