You are not synchronizing your methods it sounds like.
The servlet should spawn a new thread for each
request.
Mike
--- Luis Manuel Rojas Estrada
<[EMAIL PROTECTED]> wrote:
> Hi all!!
>
> I have a problem with some servlets.
>
> I have a servlet that makes querys to Informix.
> When I invoke the servlet
> from several clients, I don't get the results that
> I need. If only one
> client invokes the servlet it works correctly, but
> when the servlet is
> access concurrently it doesn't works correctly. The
> servlet shows the
> results from a query that it wasn't done or shows
> the results from another
> query that it was made in other client. Sometimes
> the servlet doesn't shows
> anything and it seems that is processing, but it
> never stop to process the
> query.
>
> Can somebody help me to resolve this problem?
>
> Thanks in advance for your cooperation.
>
> Luis
>
>
___________________________________________________________________________
> 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
=====
Mike Shoemaker
[EMAIL PROTECTED]
GO BLUES!
Visit my website
http://www.PavolDemitra.com
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/
___________________________________________________________________________
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