RE: JDK DNS cache (was Re: crontab problems)

2003-02-26 Thread Ron Day
I do not understand this question at all ?

jsp has page scope, session has session scope ???

-Original Message-
From: Michael Micek [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 12:54 PM
To: Tomcat Users List
Subject: JDK DNS cache (was Re: crontab problems)


On Wed, Feb 26, 2003 at 06:57:11AM -0500, Tim Funk wrote:
 Ron Day wrote:
 Do you know which class cache the negative response

 Its a JDK issue.

 (IIRC) Successful (and unsucessful?) DNS lookups are cached forever 
 during the life of the JVM.

The web application developer I'm supporting has instructed me to ask:

Would this be true if the jsp or session didn't have application scope?
If it isn't true for session scope then it's a design not JDK issue..


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


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



Re: JDK DNS cache (was Re: crontab problems)

2003-02-26 Thread Will Hartung
 From: Michael Micek [EMAIL PROTECTED]
 Sent: Wednesday, February 26, 2003 10:54 AM
 Subject: JDK DNS cache (was Re: crontab problems)


 The web application developer I'm supporting has instructed me to ask:

 Would this be true if the jsp or session didn't have application scope?
 If it isn't true for session scope then it's a design not JDK issue..

It's a JDK issue, so it's super duper global scope.

It's an interesting nit. It's a shame that they buried this implementation
deep into the JDK.

Regards,

Will Hartung
([EMAIL PROTECTED])




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