> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Sent: 29. lipanj 2002 20:08
> To: Tomcat Developers List
> Subject: RE: mod_jk startup
> 
> 
> On Sat, 29 Jun 2002, Mladen Turk wrote:
> 
> > > Also, why a new jkStatus method instead of setAttribute() ?
> > > 
> > 
> > Need the static call, cause its called from TomcatStarter, 
> and since I 
> > don't need to pass nothing fancy, that was the simplest thing I can 
> > think of.
> 
> Well, it's ok - but long term I think we should make setAttribute() 
> easier to use and remove jkStatus().
> 
> What about 
>  static setAttribute( String componentName, String attName, 
> String val ) ?
> 
> get/setAttribute doesn't have to be very fast - and that can be 
> implemented quite easily. jkStatus() will become 
> setAttribute( "channel.jni", "status", ...).
> 

Ok, I'll try to do that. (At least one native less :).

I've moved the channel initialization from the worker to the channel
itself.
The jni channel timeout is set to 1 minute, and can be modified using
init param, if larger values are needed.

MT.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to