two questions: HTTP 1.1 headers + constantly open connections in TC

2008-08-08 Thread Albretch Mueller
~ 1) Can you achieve such a thing as a registered, dedicated, always open connection to each client in a network from login to logout using tomcat?, and ~ 1.1) How can browsers be configured to take advantage of them? 1.2) What would you suggest if I would like this configuration to be

Re: two questions: HTTP 1.1 headers + constantly open connections in TC

2008-08-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Albretch, Albretch Mueller wrote: | 1) Can you achieve such a thing as a registered, dedicated, always | open connection to each client in a network from login to logout using | tomcat? Not really. HTTP is designed as a connectionless protocol. You

Re: two questions: HTTP 1.1 headers + constantly open connections in TC

2008-08-08 Thread Albretch Mueller
OK, since I am trying to have java-based applications end-to-end and since I own this network, I think I will use TC and Java Web Start instead of applets ~ This would be beneficial if you want to use an internal, local network cache for a number of users you know in a network you own ~