Re: dynamic apps
Marc Prewitt <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
T. Horsnell wrote: > Hi all, > Is there a way in which I can invoke a single instance of > a fastcgi application per browser connection? > I had assumed that the dynamic method would do just this, > but however may times I point my browser at the fastcgi > app, I only get a single instance running, and all the > clients connect to it. Dynamic just allows you to have a dynamic pool of running apps based on the number of outstanding requests and numbers that you specify. > What I really want is for each client to have its own > copy of the app running. Is this possible? I don't think you can do exactly what you want. However, using the sessions affinity patch you can at least send people back to the same instance of the app: http://www.3skel.com/fastcgi/ This may not be exactly what you want but you may be able to use the session information to restore the state of the running app to the current user. ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/