This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Apache module for GCJ


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]