-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Sandeep,

Sandeep setty wrote:
| Please let me know how a web server manages Request and Reply? How
| the Web servers maintain the Request queue? How would the Web servers make
| sure reply are sent to intendended or appropriate requests?

This is pretty basic TCP/IP stuff, and the exact mechanisms are handled
by the operating system and the JVM. Get a good book on UNIX networking
(try Stevens's UNIX Networking) and you can read all about it. I have no
idea how win32 implements all that stuff, but it's probably pretty
similar (different functions, same idea). The JVM just builds right on
top of the capabilities provided by the operating system, minus a lot of
the details so it's easier to work with.

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgtwEUACgkQ9CaO5/Lv0PCSHwCeNJ4ThEmo0olot7tXSH5lgV54
F9kAoKIdSEGzG4T/tzZ2eDz28CoGUp/f
=XN3O
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to