Re: Re: [larm-dev] Jakarta HTTPClient
Brought to you by:
cmarschner,
otis
From: Clemens M. <Cle...@in...> - 2003-06-16 16:39:55
|
> If the caching stuff is in such core JDK classes, can we really > avoid them? > How do we connect to a host without Socket and InetAddress? > (this may sound basic, I just haven't done enough networking > stuff in Java yet, I guess) You can avoid the cache by using IP addresses. To avoid the mechanism completely, we'll have to use a different DNS resolver than the one Sun uses, and call Socket only with the resolved addresses. > I know. I won't be able to mail them soon. Just got back from > Vermont last night, have to work 2 more days, then go to Las > Vegas, then pack and change continents. If I find 30 minutes of > piece, I'll comment. I don't have any major comments, so carry > on without worries that you are missing something super > important. Don't you have any REAL reasons?? ;-) Suppose we'll work in the same timezone then. Didn't you say you would be in Munich for Oktoberfest? That would be very nice. Clemens |