Re: Re: LibxmlJ formalities
Nic Ferrier <[email protected]>
| Newsgroups | gmane.comp.java.classpath.extensions.discuss |
|---|---|
| Message-ID | <[email protected]> |
Julian Scheid <[email protected]> writes: > Nic Ferrier wrote: > > I think it should be easy to frig something dirty with Thread > > context attributes. I'll take a look at what you've done. > > You mean using pthread_getspecific() and the like? Good idea, > I didn't think of that before. This should allow for a nicer > workaround. I haven't checked but these _should_ map into the java.lang.Thread methods that do the same thing (hopefully). Nic