Hi,

I need some feedback on this:

I am working on a problem of providing a web interface to an existing
client/server model. I am planning to replace the client and provide my html
based web client. For this I want to use java servlets. The server runs a
dedicated thread for each client and so I need to maintain connection with
the server all the times. But I want to make the web clients with stateless
connections. So when I get a client i make the servlet run a thread that
maintains connection with the server and from this thread i am going to get
data for the client and from the client through the thread back to the
server. I am planning to use jdk1.2 for making the thread part and i am
going to use servlets to make the part that talks to the client and then get
the data from the client and feeds it to the thread. do let me know if this
will be an optimal solution because i think there should be some way of
removing the thread part and having something else instead of it, my
constraints are that i cannot change the server.

Do let me know what you think,
Regards,
Sachin

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to