ObjectPool - weak reference based impl

2002-01-25 Thread Slawek Zachcial
Hi, I noticed that on the pool todo list there is the action to implement weak reference based pool. Can someone explain to me what is the reason/need behind? Should the idle pool objects be stored with weak references? My understanding is that you use object pool to avoid the unnecessary

RE: SequencedHashMap: This class is thread-safe (was Re: Silly Question)

2002-01-25 Thread Janek Bogucki
Thanks! -Janek --- Michael Smith [EMAIL PROTECTED] wrote: You might be confused which class John was referring to. The non-thread safe class is org.apache.commons.collections.SequencedHashMap. There isn't a single synchronized keyword in that entire file. michael -Original

RE: [simplestore] what Exceptions do we need?

2002-01-25 Thread Gerhard Froehlich
Hi, Hi, 1.ServiceNotAvailableException is useful to handle fatal erros, Log message,send SNS for admin 2.NotFoundException == KeyNotFoundException is useful to optimize get without contais and for null result, nul is also good value. A Exception seems to be cleaner in this case.

Re: ObjectPool - weak reference based impl

2002-01-25 Thread crazybob
Actually, it's good to use a SoftReference-based pool in production, and a WeakReference-based pool in development and debugging. It makes it a lot easier to test what will happen when instances start getting collected. Bob On Fri, Jan 25, 2002 at 07:53:15AM -0600, Waldhoff, Rodney wrote:

Re: ObjectPool - weak reference based impl

2002-01-25 Thread Slawek Zachcial
OK, I'll try to tacle that this weekend :-) Slawek --- [EMAIL PROTECTED] wrote: Actually, it's good to use a SoftReference-based pool in production, and a WeakReference-based pool in development and debugging. It makes it a lot easier to test what will happen when instances start getting

RE: [simplestore] what Exceptions do we need?

2002-01-25 Thread Juozas Baliuka
At 01:34 PM 1/25/2002 +0100, you wrote: Hi, Hi, 1.ServiceNotAvailableException is useful to handle fatal erros, Log message,send SNS for admin 2.NotFoundException == KeyNotFoundException is useful to optimize get without contais and for null result, nul is also good value.

cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/test DirectTest.java PipeTest.java RmiServerTest.java SocketServerTest.java

2002-01-25 Thread hammant
hammant 02/01/25 08:40:14 Modified:altrmi PROPOSAL build.xml tests.xml altrmi/src/java/org/apache/commons/altrmi/common AbstractMethodHandler.java altrmi/src/java/org/apache/commons/altrmi/generator

/build.xml needs year changing to 2002

2002-01-25 Thread Janek Bogucki
The root level build.xml has property name=year value=2001/ -Janek -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/io/src/test/org - New directory

2002-01-25 Thread sanders
sanders 02/01/25 11:06:35 jakarta-commons-sandbox/io/src/test/org - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/io/src/test/org/apache - New directory

2002-01-25 Thread sanders
sanders 02/01/25 11:06:40 jakarta-commons-sandbox/io/src/test/org/apache - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/io/src/test/org/apache/commons/io - New directory

2002-01-25 Thread sanders
sanders 02/01/25 11:06:56 jakarta-commons-sandbox/io/src/test/org/apache/commons/io - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Jasper's java compiler.

2002-01-25 Thread Craig R. McClanahan
On Fri, 25 Jan 2002, Geir Magnusson Jr. wrote: Date: Fri, 25 Jan 2002 17:52:01 -0500 From: Geir Magnusson Jr. [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Subject: Re: Jasper's java compiler. On

RE: Jasper's java compiler.

2002-01-25 Thread Scott Sanders
How do we start one? I'm assuming it's a RTFM of some sort? Scott -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 3:55 PM To: Jakarta Commons Developers List Subject: Re: Jasper's java compiler. On Fri, 25 Jan 2002,

RE: Jasper's java compiler.

2002-01-25 Thread Michael Smith
There's been work done towards this already. Digging out an old link: http://groups.yahoo.com/group/javax_compiler/ yahoo groups doesn't seem to be working for the group at the moment though, so I can't take a peek and see how things have been going (or even if the group is still active).

Re: Updating project websites

2002-01-25 Thread Lavandowska
--- dion [EMAIL PROTECTED] wrote: Lavandowska wrote: If you're not already familiar with it, the Jakarta Taglibs has a system like this. I'm sure they'd be happy with your borrowing it. Cooldo you know what/where it is. The onlt thing I've noticed is a mention of it as part of the

cvs commit: jakarta-commons-sandbox/io/src/conf - New directory

2002-01-25 Thread sanders
sanders 02/01/25 18:46:25 jakarta-commons-sandbox/io/src/conf - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/io/src/test/org/apache/commons/io IOTestCase.java

2002-01-25 Thread sanders
sanders 02/01/25 18:47:42 Added: io/src/conf MANIFEST.MF io/src/java/org/apache/commons/io FileUtils.java LockableFileWriter.java StreamUtils.java io/src/test/org/apache/commons/io IOTestCase.java Log: Savepoint. Does not