Please help!
I am using Borland JBuilder to develop a servlet which will accept multiple
threads (and hence requests from users).
In one of the opening screens, I am opening up a frame page, of which each
part of the frame window is loaded by a GET request to the servlet - an
example of the HTML frames page is given below :
<FRAMESET rows="100,50,*" frameborder="0" framespacing="0" border="0">
<FRAME src="http://127.0.0.1:8080/servlet/servlet?req=1" scrolling="no"
marginheight="0" marginwidth="0">
<FRAME src="http://127.0.0.1:8080/servlet/servlet?req=2" scrolling="no"
marginheight="0" marginwidth="0">
<FRAME src="http://127.0.0.1:8080/servlet/servlet?req=3" scrolling="no"
marginheight="0" marginwidth="0">
</FRAMESET>
req=1, 2 and 3 are used to load up 3 different HTML screens respectively.
The problem I am having is that sometimes these requests appear to be
scrambled in the order they are processed and responded to by the servlet.
For example, HTML page 1 may appear in frame window 2 or page 3 may appear
in window 1, etc. - this happens at random and there is no set pattern as to
how this is happening.
I think the problem may stem from the fact that all requests are made at
EXACTLY THE SAME TIME given the nature of the frames page.
How can I ensure that each of these requests is processed in the correct
window?
Regards,
Alex.
___________________________________________________________________________
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