Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] Is jetty multithreaded

Hi.

I have a servlet that initiates some work with a post request and with
a get request I can get its status. But when I try to get its status,
the request is first processed when the post request is done.
But if i break up the post request in bits, with Thread.sleep(), the
get request can be processed.

I thought jetty was multithreaded? Am I wrong or am I doing something wrong?

Thanks.

Christian


Back to the top