Re: Dynamic DNS

2003-12-15 Thread Adam Fisk
Hi Michael- Given that this is wandering into areas not quite related to Tomcat, we should probably continue this discussion off list. Feel free to e-mail me directly at afiskatspeedymaildotorg (insert "@" for "at" and "." for "dot"). You basically need to tell dynamic dns the external IP of

Re: Dynamic DNS

2003-12-15 Thread Adam Fisk
You should be able to get your "real" ip address from your router configuration app. You can get your private subnet address from the command line ("ipconfig /all" on Windows, "ip addr" on most Linux distributions, or similar commands). Then you need to forward incoming requests on port 8080

Re: 5.next + 4.1.x future

2003-12-12 Thread Adam Fisk
I should also mention that I ran these tests on an Athlon 2200 with 512MB RAM. -Adam Adam Fisk wrote: Here's my excel spreadsheet. All of these numbers are taken from the Windows Task Manager. This is somewhat misleading in that the memory numbers don't properly reflect garbage

Re: 5.next + 4.1.x future

2003-12-12 Thread Adam Fisk
eout between client sends. I originally intended to run these tests for many timeouts, but this became prohibitively annoying over the WAN. These tests were done with all clients running on a single machine connecting to the servers over the WAN. Thanks. -Adam Jeanfrancois Arcand wrote:

Re: 5.next + 4.1.x future

2003-12-12 Thread Adam Fisk
Just to chime in on the NIO issue, I agree that it's not immediately obvious what the performance benefits are. Perhaps more importantly, though, the code changes to switch Tomcat (or any other good-size app) to NIO are tremendous -- basically a rewrite of the hard parts. That said, I've done

Re: Any clue on this, please? Uploading large files - out of memory

2003-12-03 Thread Adam Fisk
and... thanks for your good work. cheers, Fabrizio On Wed, 3 Dec 2003, Adam Fisk wrote: I've heard mention on this list many times of these OutOfMemoryErrors not being bugs. I work on a Java app that experiences very high network traffic load, however, and it's been my experience that Ou

Re: Any clue on this, please? Uploading large files - out of memory

2003-12-03 Thread Adam Fisk
I've heard mention on this list many times of these OutOfMemoryErrors not being bugs. I work on a Java app that experiences very high network traffic load, however, and it's been my experience that OutOfMemoryErrors are, in fact, always bugs regardless of how tempting it is to chalk it up to s

Re: custom HTTP headers?

2003-07-01 Thread Adam Fisk
servlet API (and portable to other >containers) > >-Tim > >Adam Fisk wrote: >> I'm wondering if anyone can point me towards the class/classes that I >> should look at to add custom HTTP response headers for a customized >> Tomcat ap

custom HTTP headers?

2003-06-30 Thread Adam Fisk
I'm wondering if anyone can point me towards the class/classes that I should look at to add custom HTTP response headers for a customized Tomcat application I'm working on. Thanks very much. -Adam - To unsubscribe, e-mail: [EM