Aaron Held [mailto:[EMAIL PROTECTED] wrote: > > > >The big question, however, is: what happens to all those threads if the > >average user never fills in the first registration page? ;-) > > > >Paul > > User state should be stored in user sessions, not another thread. You > may need a better session persistance setup, but I think session is the > place to look.
Yes, threads encapsulating user state may seem very "sexy", but I'd personally not use that approach, especially given the stateless, "no guarantees" aspects of the average Web application. Paul ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
