On Mon, May 23, 2022 at 6:29 PM Mark Thomas <ma...@apache.org> wrote:
>
> On 23/05/2022 17:27, ma...@apache.org wrote:
> > This is an automated email from the ASF dual-hosted git repository.
> >
> > markt pushed a commit to branch main
> > in repository https://gitbox.apache.org/repos/asf/tomcat.git
> >
> >
> > The following commit(s) were added to refs/heads/main by this push:
> >       new 0a94801588 Refactor to remove syncs on SocketWrapper to support 
> > Loom experiments
> > 0a94801588 is described below
> >
> > commit 0a9480158874ea910a4d629d24f31d69d6cc5f96
> > Author: Mark Thomas <ma...@apache.org>
> > AuthorDate: Mon May 23 17:27:24 2022 +0100
> >
> >      Refactor to remove syncs on SocketWrapper to support Loom experiments
>
>  From what has been posted on dev@, I think this should be sufficient
> for folks that want to explore loom to get started. I strongly suspect
> further changes will be required as those experimenting with loom expand
> the range of Tomcat features they want to use. My thinking is we address
> any additional refactoring as the need for it is identified.

I read the instructions for Loom and researched, and it doesn't seem
to me like a good fit for an app server, to be honest. At this point
at least. Thread locals apparently don't work as well, so there's a
large amount of the functionality that cannot be implemented (AFAIK).
>From the IO side, it would mean going (back) to java.io if we're
really serious about it, since it's the most efficient (it's basically
java.io > NIO > NIO2). Also native code is kind of a problem it seems.

Rémy

> Mark
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to