Problem with Apache River Release 2.2.0

2011-07-05 Thread Tom Hobbs
Hi Infra, I've been trying to release Apache River 2.2.0 over the past few days but I seem to have made a pigs ear out of it. I originally copied the artifacts into a newly created directory on people.a.o here; /www/www.apache.org/dist/river/2.2.0. I waited around 24 hours but they never appeare

incubator mail archive - was: Re: TaskManager

2011-07-05 Thread Zsolt Kúti
On Wed, 29 Jun 2011 10:06:02 -0400 "Christopher Dolan" wrote: > P.S. can someone add a link to the Incubator mail archives to the web > page? They are quite hard to find... > http://mail-archives.apache.org/mod_mbox/incubator-river-dev/ > http://mail-archives.apache.org/mod_mbox/incubator-riv

RE: A thought on JVM migration

2011-07-05 Thread Christopher Dolan
Oh, I see. Sorry for the misunderstanding. Chris -Original Message- From: Peter [mailto:j...@zeus.net.au] Sent: Friday, July 01, 2011 8:59 PM To: dev@river.apache.org Subject: Re: A thought on JVM migration I think Patracia means a hot upgrade. Eg install new jvm, migrate without shutd

Re: TaskManager

2011-07-05 Thread Patricia Shanahan
The different thread pool implementations allow different constructor parameters. Perhaps a factory pattern? I think it would make run time selection of an alternative implementation easier, but make it harder for a class to specify parameters. On the other hand, I'm not sure how informed and

Re: TaskManager

2011-07-05 Thread Tom Hobbs
Would it be possible t extract the whole thing into an interface? Have the river default implementation something similar to what we have now (at least in behaviour if not implementation) but allow users to swap in their own task execution implementations that may or may not throttle in some way.