Re: [math] Matrix subMatrix and mean methods

2004-10-08 Thread Wolfgang Hoschek
Mark, I am not worried about fracturing. My understanding is that you wouldn't start doing colt releases build by apache, right? You'd rather take some parts or derivatives of the code and add them to commons-math CVS as you see fit (probably in a significantly refactored/modified form). I

Re: [math] Matrix subMatrix and mean methods

2004-10-05 Thread Wolfgang Hoschek
fax in some sort of donation form to ASF. -Mark -- Mark Diggory Software Developer Harvard MIT Data Center http://www.hmdc.harvard.edu --- Wolfgang Hoschek | email: [EMAIL PROTECTED] Distributed Systems

Re: [commons-collections] [Patch] ExtendedProperties

2004-06-17 Thread Wolfgang Hoschek
BTW, please don't deprecate ExtendedProperties and refer people to future Commons-Configuration. The Commons-Configuration complexity and their dependencies are a big big mess for someone who simply and conveniently wants to read in some configuration values. ExtendedProperties is ideal for

[commons-collections] [Patch] ExtendedProperties

2004-06-16 Thread Wolfgang Hoschek
Hi, I believe there is a bug in ExtendedProperties that causes the following config file to be parsed incorrectly on load(...): allow.meta=a allow.meta=b, c, d Here, props.getVector(allow.meta) yields a list where the first element is a and the second element is b, c, d. Rather, it should

Re: COLT and Licensing was: [math] [primitives]

2003-11-07 Thread Wolfgang Hoschek
at when contemplating your design and impl. questions. Regards, Wolfgang. --- Wolfgang Hoschek | email: [EMAIL PROTECTED] Distributed Systems Department| phone: (415)-533-7610 Berkeley Laboratory

Re: COLT and Licensing [math]

2003-11-07 Thread Wolfgang Hoschek
I think I exagerated a bit with the use of term consortium. I'm mostly just refering to something like the java.security.SecureRandom SPI (practically Identical but specifically not for encryption grade RNG). This way, if you write an application that uses (lets call it RandomFactory), and

Re: COLT and Licensing was: [math] [primitives]

2003-11-06 Thread Wolfgang Hoschek
Hi, I'm the COLT maintainer and not regularly on this list, so only saw the discussion now circumstanstially. The latest stable release (1.1.0) is repackaged due too popular demand, eliminates license-offending packages, does not include GPL'd code anymore, and is available from a new

socket.setSendBufferSize(int) support?

2003-10-15 Thread Wolfgang Hoschek
Hi, As part of a webapp, I'm trying to abuse commons-httpclient as as client to a high-performance static file download service over high bandwidth long latency network links. Here, tuning TCP windows sizes can make a drastic difference. Is there any support in httpclient to configure the

Enhance performance by generating jar file with -0 option

2003-08-19 Thread Wolfgang Hoschek
Would you consider generating jar files with the -0 option to store files in the jar file without using ZIP compression? Although this typically doubles the jar file size, it increases class loading performance (except when used in applets which are presumably not that important here). For

Performance HTTPClient vs. ab

2003-08-14 Thread Wolfgang Hoschek
I am planning on sending and receiving MANY (tens of tousands) small SOAP-like serial messages over the same persistent HTTP 1.1 connection, using a single client and thread (nothing fancy there). A High performance, low latency http library would be ideal. HTTPClient performance seems