What do you need? I'd rather avoid having 895 different thread pool implementations for the 65 actual uses. The particular interface in the work package is spec mandated, but that doesn't mean we can't have shared infrastructure.
david jencks On 2003.06.04 22:45 Andrew C. Oliver wrote: > Isn't quite what I need, no biggy. I'll roll my own. > > On 6/4/03 5:04 PM, "Andrew C. Oliver" <[EMAIL PROTECTED]> wrote: > > > Thanks man. > > > > On 6/4/03 12:16 PM, "Adrian Brock" <[EMAIL PROTECTED]> wrote: > > > >> jboss-head in the connector module > >> org.jboss.resource.work > >> > >> xxxxxxxxxxxxxxxxxxxxxxxx > >> Adrian Brock > >> Director of Support > >> Back Office > >> JBoss Group, LLC > >> xxxxxxxxxxxxxxxxxxxxxxxx > >> > >> > >>> -----Original Message----- > >>> From: [EMAIL PROTECTED] > >>> [mailto:[EMAIL PROTECTED] On > >>> Behalf Of Andrew C. Oliver > >>> Sent: 04 June 2003 17:05 > >>> To: [EMAIL PROTECTED] > >>> Subject: Re: [JBoss-dev] Thread management > >>> > >>> > >>> Thanks Adrian, > >>> > >>> Any idea on module/dir/tag? > >>> > >>> -Andy > >>> > >>> On 6/4/03 11:27 AM, "Adrian Brock" <[EMAIL PROTECTED]> wrote: > >>> > >>>> Hi Andrew, > >>>> > >>>> David has been working on some thread management stuff > >>>> for the Work contract in jca 1.5 > >>>> I think it is still very simple at the moment. > >>>> > >>>> Regards, > >>>> Adrian > >>>> > >>>> xxxxxxxxxxxxxxxxxxxxxxxx > >>>> Adrian Brock > >>>> Director of Support > >>>> Back Office > >>>> JBoss Group, LLC > >>>> xxxxxxxxxxxxxxxxxxxxxxxx > >>>> > >>>> > >>>>> -----Original Message----- > >>>>> From: [EMAIL PROTECTED] > >>>>> [mailto:[EMAIL PROTECTED] On > >>>>> Behalf Of Andrew C. Oliver > >>>>> Sent: 04 June 2003 16:05 > >>>>> To: [EMAIL PROTECTED] > >>>>> Subject: [JBoss-dev] Thread management > >>>>> > >>>>> > >>>>> I'm getting very close to needing to work on multi-threading > >>>>> the JMX SMTP > >>>>> service for Jboss. My approach is to steal what I can from > >>>>> Apache JAMES, > >>>>> though I've re-written a good part of it, ripped out all of > >>>>> the Avalon stuff > >>>>> (even the Avalon folks whine that JAMES uses Avalon > >>>>> "incorrectly", but then > >>>>> again they whine about that for every existing use of > >>>>> Avalon). Its a 70-80% > >>>>> rewrite, 10-20% refactor and 10-20% copy (though its mostly > >>>>> dumb stuff like > >>>>> stream subclasses). > >>>>> > >>>>> In doing this I've ripped out the Watchdog stuff and hence the > >>>>> thread-management. I have my own crazy ideas for how threads > >>>>> should be > >>>>> handled, but first I want to check to see if Jboss has some > >>>>> tried-and-true > >>>>> generic thread management code lying around that I can use? > >>>>> Nothing jumped > >>>>> out at me in perusing the sources. Any pointers would be > >>>>> much appreciated. > >>>>> > >>>>> If enough caffeine finds me, I should have an "alpha" by JavaONE. > >>>>> > >>>>> Thanks, > >>>>> > >>>>> Andy > >>>>> > >>>>> PS. If you're bored you can read about it > >>>>> > >>>>> here: > >>>>> http://linuxintegrators.com/hl30/blog/general?permalink=JBoss+ > >>>> Mail%3A+SMTP.h > >>>> tml > >>>> here: > >>>> > >>> http://linuxintegrators.com/hl30/blog/technology?permalink=JBo > >> ss+Mail.ht > >>> ml > >>> here: > >>> > >> http://linuxintegrators.com/hl30/blog/technology?permalink=JBoss+Mail%2C > >>> +the > >>> +more+I+think+about+it.html > >>> and > >>> here: > >>> > >> http://linuxintegrators.com/hl30/blog/technology?permalink=So+quit+whini > >>> ng+a > >>> nd+just+do+it.html > >>> > >>> Note that my time estimates were a bit under in part because I have a > >>> different audience than "just want to use as my mail server, do as > >>> little > >>> work as possible", in part because they just were ;-) > > > > -- > Andrew C. Oliver > http://www.superlinksoftware.com/poi.jsp > Custom enhancements and Commercial Implementation for Jakarta POI > > http://jakarta.apache.org/poi > For Java and Excel, Got POI? > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The best > thread debugger on the planet. Designed with thread debugging features > you've never dreamed of, try TotalView 6 free at www.etnus.com. > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > > ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
