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
> >