Re: please reply.......
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 31 Dec 2007 12:51:34 GMT
On Sun, 30 Dec 2007 08:22:27 -0800 (PST), 1234java@xxxxxxxxx wrote,
quoted or indirectly quoted someone who said :
what happend internally when we start the server ? explain step by
step bcz iam new to web application ?
First Java.exe fires up. Then in starts running the main class of the
Servlet womb. It then opens up sockets and waits for incoming
requests from the web. When one comes it, it look at the header,
looks at its tables to figure out which program will process it. It
then hands if off to that program. The first the program in used,
their is a delay while it is loaded. Thereafter it just uses the same
copy.
You also fire up the Database engine. It is usually not written in
Java. It wakes up and opens sockets waiting for database requests
,which come from the Servlets running in the womb.
In more complex systems, you have socket pooling, database connection
pooling, and caching.
You might learn more by running your womb with -verbose and examining
logs.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- Follow-Ups:
- Re: please reply.......
- From: Owen Jacobson
- Re: please reply.......
- Prev by Date: Re: the MI 5 spammer
- Next by Date: How to tie
- Previous by thread: Re: please reply.......
- Next by thread: Re: please reply.......
- Index(es):
Relevant Pages
|
|