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