Re: Licensing / Source Question

2000-12-31 Thread James Duncan Davidson
On 12/28/00 10:41 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > - do you want to check in all the code ? It isn't bad, but maybe it would > be a better idea to check in only a subset - or move the utils in a > different top-level directory. Unless it is contributed to the ASF -- and the A

Re: Licensing / Source Question

2000-12-29 Thread Kief Morris
[EMAIL PROTECTED] typed the following on 10:41 PM 12/28/2000 -0800 >> Doug Lea, author of Concurrent Programming in Java This is one of the best Java books I've read. >- do you want to check in all the code ? It isn't bad, but maybe it would >be a better idea to check in only a subset - or move

Re: Licensing / Source Question

2000-12-29 Thread Roy Wilson
t; Original Message <<<<<<<<<<<<<<<<<< On 12/29/00, 1:41:33 AM, [EMAIL PROTECTED] wrote regarding Re: Licensing / Source Question: > Hi Dan, > > In the course of some work I've been doing on Tomcat, I've been > >

Re: Licensing / Source Question

2000-12-28 Thread cmanolache
Hi Dan, > In the course of some work I've been doing on Tomcat, I've been > thinking about using a Thread Pool. There is currently a bunch of code > doing this in both TC 3 and TC 4, but, no surprise, it's extremely > difficult to understand and/or extend. Well, it is a big surprise - I thought

Re: Licensing / Source Question

2000-12-28 Thread Jon Stevens
on 12/28/2000 9:27 PM, "James Duncan Davidson" <[EMAIL PROTECTED]> wrote: > However, if you do > what Jon suggests and check in a .jar file with the compiled classes, things > should be ok. I just can't wait to hear Craig and Sam yell at us for doing so though. :-) -jon -- Honk if you love pe

Re: Licensing / Source Question

2000-12-28 Thread James Duncan Davidson
On 12/28/00 9:08 PM, "Jon Stevens" <[EMAIL PROTECTED]> wrote: > He says you can do whatever you want with his code. How is that not clear? There is one problem potentially with a derived class. However, if you do what Jon suggests and check in a .jar file with the compiled classes, things should

Re: Licensing / Source Question

2000-12-28 Thread Jon Stevens
on 12/28/2000 4:24 PM, "Dan Milstein" <[EMAIL PROTECTED]> wrote: > I'm interested in using his code, but I'm not sure if it can be included in > the TC source. Here's what he says about the license: > > "All classes are released to the public domain and may be used for any purpose > whatsoever

Licensing / Source Question

2000-12-28 Thread Dan Milstein
In the course of some work I've been doing on Tomcat, I've been thinking about using a Thread Pool. There is currently a bunch of code doing this in both TC 3 and TC 4, but, no surprise, it's extremely difficult to understand and/or extend. Doug Lea, author of Concurrent Programming in Java, h