Apache module for GCJ
Tom Tromey
tromey@redhat.com
Wed Mar 17 09:58:00 GMT 2004
>>>>> "Hannes" == Hannes Wallnoefer <hannes@helma.at> writes:
Hannes> I'd like to first create an "Apache-native" API that lets
Hannes> people implement Apache hooks in Java and maps the basic data
Hannes> structures to Java, and then in a second step try to implement a
Hannes> useful Servlet API implementation on top of it.
Hannes> Basically I'm looking for all kinds of feedback and help.
Sounds like a nice idea... good luck, and keep us posted.
Hannes> [ thread stuff ]
Hannes> But maybe that's a misconception and there's some
Hannes> fundamental mistake with this approach that I haven't figured out yet
Hannes> ;-)
My understanding is that the GC needs to know about new threads that
are created, and that this is done by overriding some of the pthread_
functions. So unless Apache was built knowing about this, you may
have problems. Perhaps they will only show up in certain
circumstances, I don't know.
Tom
More information about the Java
mailing list