jsr339-experts@jax-rs-spec.java.net

[jsr339-experts] Re: How are suspended responses usually managed?

From: Markus KARG <markus_at_headcrashing.eu>
Date: Fri, 12 Oct 2012 23:48:41 +0200

Anyways, I assume most servers will use multithreading to implement
@Asynchronous as it is hard to invent a "long-running" operation that does
not block. ;-)

> > Jan,
> >
> >> I guess we wouldn't want to embedd an async server into one thread
> of
> >> an otherwise synchronous architecture (EE containers).
> >>
> >> (But I am really just exploring what the new API is good for now ...
> >> and in 3.0 maybe).
> >>
> >> Jan
> >
> > Java EE containers are not necessarily synchronous: Remember
> @Asynchronous?
>
>
> Yech - too late. Meant to say "single threaded, non blocking"
>
> Jan
>
> > :-)
> >
> > Regards
> > Markus
> >