Re: http://www-106.ibm.com/developerworks/library/j-nioserver/

2004-02-04 Thread Peter Lin
. the reason the servlet spec team chose a single threaded approach is the ease of development, not because they weren't aware of NIO. This isn't the first time the topic has come up. peter lin Remy Maucherat [EMAIL PROTECTED] wrote: Shapira, Yoav wrote: Howdy, Have people read this article? I find

[OT] Re: http://www-106.ibm.com/developerworks/library/j-nioserver/

2004-02-04 Thread Peter Lin
sufficiently difficult and a headache. My biased perspective :) peter lin Reshat Sabiq [EMAIL PROTECTED] wrote: What would this benchmark look like if Tomcat also was configured to use a max of x threads, just like sse? If the difference was negligible/none, then IMHO NIO effect

tomcat monitor - Just in case

2004-03-09 Thread Peter Lin
the server and went back down once the threads were done. http://cvs.apache.org/~woolfel/prototype_screencap.gif I will include two test plans with the zip file for people to play with. the code still needs to be cleaned up, but so far it appears to work correctly. peter lin

Re: [5.0] Problems with the next release

2004-03-11 Thread Peter Lin
likely that might not be feasible. I would hate to see jakarta projects fork, just so we can provide complete distributions. peter lin Remy Maucherat [EMAIL PROTECTED] wrote:Hi, There are some problems with the next release, with the decision from the ASF board to mandate that all ASF releases

Re: Post on the geronimo list

2004-03-25 Thread Peter Lin
can't wait to read more FUD articles proclaiming they're the savor of the world. I think I'll keep plugging along until the rubber hits the tires and some real traction is observed. peter Remy Maucherat [EMAIL PROTECTED] wrote: I saw this nice post on the Geronimo list, and I feel

Re: 5.0.21 ?

2004-03-30 Thread Peter Lin
hurray!!! that is good to hear. peter Remy Maucherat [EMAIL PROTECTED] wrote: Remy Maucherat wrote: I did post a message on the PMC list asking for a final word on our binary dependencies (installer + JMX). I'm also wondering if it whould be a good idea to pick up the latest Jasper

[OT] - anyone wants a gmail invite

2004-08-24 Thread Peter Lin
I normally don't like to post off topic things, but I have a gmail invite. if any of the tomcat-developers want a gmail account, email me directly. peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Tomcat Benchmarking / Load Testing

2004-08-31 Thread Peter Lin
there's plenty of big sites using tomcat. They just don't say it. I know several sites getting millions of page views a day using tomcat just fine. peter On Tue, 31 Aug 2004 09:49:32 +0530, Gaurav Vaish [EMAIL PROTECTED] wrote: Hi Rémy, Thanks for your response. In anycase, is there a

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2004-09-15 Thread Peter Lin
where do I get a tinfoil hat? on a less silly note, thanks for such great software. starting next month I get to return to tomcat + java and get away from *cough* .NET + IIS peter On Wed, 15 Sep 2004 09:24:10 -0400, Tim Funk [EMAIL PROTECTED] wrote: I thought the setup time config was a

glad jmeter helped

2004-11-09 Thread Peter Lin
haha, glad it helped. I find myself using it quite a bit when I'm working on my own stuff on tomcat. it's a nice quick way to make sure the memory usage follows a regular pattern. It it doesn't I start up OptimizeIt :) peter On Tue, 9 Nov 2004 08:46:25 -0500, Shapira, Yoav [EMAIL PROTECTED]

Re: Tomcat 5.0.30 today...

2004-12-03 Thread Peter Lin
LOL, man I couldn't help laughing. you guys are slacking off!! just kidding. peter On Fri, 03 Dec 2004 16:04:36 +0100, Remy Maucherat [EMAIL PROTECTED] wrote: Shapira, Yoav wrote: Bah ;) I posted a note to tomcat-user telling people of the fix, which is just a configuration. The next

Re: Leaving Millennium, going on vacation...

2004-12-14 Thread Peter Lin
enjoy :) and eat plenty of good food. peter On Tue, 14 Dec 2004 13:02:26 -0500, Shapira, Yoav [EMAIL PROTECTED] wrote: Then you have a nice vacation as well ;) Well deserved, it's been an active and eventful year... Yoav Shapira http://www.yoavshapira.com -Original Message-

Re: adding features to Status servlet

2004-12-31 Thread Peter Lin
2004 13:13:54 -0800, Costin Manolache [EMAIL PROTECTED] wrote: Peter Lin wrote: I'm thinking of adding system load stats to the status servlet. What do other's think about it? It would use JNI to call a native lib and it would only work on unix, but it would be good to have. I would also

Re: adding features to Status servlet

2004-12-31 Thread Peter Lin
. Heck, it might be somewhere in there already for all I know. Just my thoughts on it anyway. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Peter Lin wrote: it could be a separate module. It definitely should use MBean

Re: adding features to Status servlet

2005-01-03 Thread Peter Lin
that sounds great. does it have support for sysinfo? if it does, I'll try using your apr-java package. peter On Sat, 01 Jan 2005 15:18:39 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Costin Manolache wrote: Well, I'm working over a year now on a project that I've called apr-java. This is

Re: adding features to Status servlet

2005-01-03 Thread Peter Lin
:44 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Peter Lin wrote: that sounds great. does it have support for sysinfo? if it does, I'll try using your apr-java package. No, but it's up to us to decide what will go inside. APR is included, but I wish to leave that as open as it could

Re: adding features to Status servlet

2005-01-03 Thread Peter Lin
hey mladen, is apr-java available in the normal APR distribution? peter On Mon, 03 Jan 2005 15:55:44 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Peter Lin wrote: that sounds great. does it have support for sysinfo? if it does, I'll try using your apr-java package. No, but it's up

Re: adding features to Status servlet

2005-01-03 Thread Peter Lin
Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Monday, January 03, 2005 10:04 AM To: Tomcat Developers List Subject: Re: adding features to Status servlet sysinfo on unix/linux should be pretty easy. I've used windows performance stats before when i tried to write

Re: adding features to Status servlet

2005-01-03 Thread Peter Lin
( if SWT-style of jni is used - i.e. using byte[], int pointers, etc - and doing java adaptation in java ). I'm as curious as you are to see the code and figure out how it can be used, I love jni :-) Costin Peter Lin wrote: So which way would be best/better to proceed? Since mladen has

Re: adding features to Status servlet

2005-01-03 Thread Peter Lin
at some of the new features in jdk5. I guess i could target jdk5, but it would be nice to have a solution that can work with jdk1.4.2. peter On Tue, 4 Jan 2005 03:49:49 + (UTC), Kevin Offet [EMAIL PROTECTED] wrote: Peter Lin woolfel at gmail.com writes: that sounds like a good idea

Re: adding features to Status servlet

2005-01-03 Thread Peter Lin
relying on Sun's jdk5. peter On Tue, 4 Jan 2005 04:46:48 + (UTC), Kevin Offet [EMAIL PROTECTED] wrote: Peter Lin woolfel at gmail.com writes: right it is available in JDK5, but not everyone can use jdk5 :( I know plenty of people who are still using jdk1.3.1 and plenty are just

Re: adding features to Status servlet

2005-01-04 Thread Peter Lin
to elaborate a bit more my thoughts on the kind of stats would be useful from a monitoring perspective * system load * system freeram * system total ram * system free ram * open connections * # of connections timed_wait I'm sure are other stats that are useful. A combination of the existing

Re: Tomcat monitoring

2005-01-05 Thread Peter Lin
I believe you would have to add those to the Thread MBean. What you see in the status servlet is what is maintained currently. peter On Wed, 05 Jan 2005 13:24:02 -0600, Jess Holle [EMAIL PROTECTED] wrote: I'd like to be able to monitor the maximum requests active (within a connector thread

Re: [INTRODUCE] apr-java

2005-01-07 Thread Peter Lin
awesome, i'll check it out tonight. You rock mladen! peter On Fri, 07 Jan 2005 15:25:07 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Hi, Here is the work in progress for a new project I named apr-java. It offers a 'thin' layer using JNI over APR library. The initial code that I wrote

Some benchmark results

2005-01-10 Thread Peter Lin
I've started running a series of benchmarks for static files. Here are some early results. I plan to write up the results once it's all done. Server: AMD 2ghz RAM 1Gb jdk1.4.2 tomcat 5.0.x Client: gateway laptop 450 centrino 1.4ghz RAM 1Gb The basic setup Concurrent threads: 5, 10, 15, 20, 25,

Re: Tomcat for professional large scale webapps?

2005-03-01 Thread Peter Lin
100 concurrent users don't necessarily mean heavily loaded. Try 5000 concurrent users or something even higher. Keep in mind the bottleneck will be your database, so try to figure what 100 concurrent users means in terms of peak and average concurrent requests. in other words. What are the

Re: Time for TLP?

2005-03-22 Thread Peter Lin
might as well. Jakarta is pretty healthy, so I don't think it's necessary to use TC to boost the visibility of jakarta anymore. peter lin On Tue, 22 Mar 2005 13:23:29 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Henri Gomez wrote: All in all, it will mean more work on our side, but I think It's

Re: TLP Draft Proposal

2005-03-23 Thread Peter Lin
my non scientific tests with jdk1.5 using JMeter tells me it's a bit faster than jdk1.4, but I doubt it is faster than SWT. If I had more free time, I would definitely be interested in a SWT admin application. oh well, that's life :) peter On Wed, 23 Mar 2005 15:49:46 +0100, Henri Gomez [EMAIL

Re: TLP Draft Proposal

2005-03-23 Thread Peter Lin
[EMAIL PROTECTED] wrote: Peter Lin wrote: my non scientific tests with jdk1.5 using JMeter tells me it's a bit faster than jdk1.4, but I doubt it is faster than SWT. If I had more free time, I would definitely be interested in a SWT admin application. oh well, that's life :) As you may have

Re: TLP Draft Proposal

2005-03-23 Thread Peter Lin
sleep deprevation is good for you! sorry I couldn't resist. peter On Wed, 23 Mar 2005 13:28:23 -0500, Henri Yandell [EMAIL PROTECTED] wrote: The sleepless nights, the stress, the joy, the tears Although that might be more to do with my 5-month year old son than anything to do with

Re: New TLP draft

2005-04-06 Thread Peter Lin
not sure if this is important or not, but how should the migration of the mailing list happen? everyone subscribing to tomcat-user an tomcat-dev automatically get subscribed to the new one? peter On Apr 6, 2005 8:15 AM, Remy Maucherat [EMAIL PROTECTED] wrote: Hi, Here's a new draft with the

Re: New TLP draft

2005-04-06 Thread Peter Lin
you mean at the speed of light. It's already April, so they only have 5-6 months if they really want to get plugin out that matches the current CVS support. peter On Apr 6, 2005 11:37 AM, Remy Maucherat [EMAIL PROTECTED] wrote: They'd have to improve a lot very fast (from what was posted, CVS

Re: Tomcat and APR

2005-04-14 Thread Peter Lin
if I have time this weekend, I'll try to run the same benchmarks on the latest code. is it included in the nightly build? if not, can someone post a build for me to benchmark on my system? peter On 4/14/05, Remy Maucherat [EMAIL PROTECTED] wrote: Hi, This has been hinted for a while ;) The

Re: Tomcat and APR

2005-04-14 Thread Peter Lin
I'll wait until that's fixed and then run the full set of benchmarks. that way we'll have direct comparison. peter On 4/14/05, Remy Maucherat [EMAIL PROTECTED] wrote: Peter Lin wrote: if I have time this weekend, I'll try to run the same benchmarks on the latest code. is it included

Re: Tomcat and APR

2005-04-15 Thread Peter Lin
yeah, I can do that. ... I assume if i grab the nightly for 5.5.x and APR1.1.x I should be ready to go. In the event I need some assistance, you going to be around Mladen :) ? peter lin On 4/15/05, Remy Maucherat [EMAIL PROTECTED] wrote: Peter Lin wrote: I'll wait until that's fixed

test plans for new APR + JNI

2005-04-16 Thread Peter Lin
between requests the second has 500ms delay between requests the number of threads go from 250, 500, 1000, 2000 peter lin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[OT] - benchmark on APR stuff

2005-04-16 Thread Peter Lin
this stupid BSOD nightmare? http://cvs.apache.org/~woolfel/native_testplans.zip peter lin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

APR + JNI benchmark

2005-04-17 Thread Peter Lin
I was finally able to run some benchmarks after I fixed my laptop. So far I've only tested against the 5.5.4 to establish a base line. So far what I found is 1000 concurrent keep alive connections is the limit for my linux box. 500 is ok, but 1K concurrent connection over loads my linux server. i

Re: Tomcat/APR benchmark results

2005-04-21 Thread Peter Lin
Cool. I assume you were finally able to my test plan mladen? I plan to run the benchmarks on my system this weekend, not that my laptop is healthy. peter On 4/21/05, Mladen Turk [EMAIL PROTECTED] wrote: Hi, Here are the brief results for Tomcat HEAD: Server Threads Pause (ms)

Re: Tomcat/APR benchmark results

2005-04-21 Thread Peter Lin
I'll be using my AMD 2ghz linux box running Fedora Core1. haven't updated to FC3 yet, though remy keeps suggesting I upgrade :) peter On 4/21/05, Mladen Turk [EMAIL PROTECTED] wrote: Peter Lin wrote: Cool. I assume you were finally able to my test plan mladen? Yes. I've run them

Re: [OT] - benchmark on APR stuff

2005-05-03 Thread Peter Lin
my apologies, I forgot to mention you need either the jmeter in my directory or a nightly build to use the testplans. good thing you found the solution. peter lin On 5/3/05, Peter Rossbach [EMAIL PROTECTED] wrote: Thanks it works with the cvs head from jmeter (2.1) Peter Jason Brittain

Re: Initial test of APR on Solaris

2005-05-03 Thread Peter Lin
On 5/3/05, Bill Barker [EMAIL PROTECTED] wrote: - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List tomcat-dev@jakarta.apache.org Sent: Tuesday, May 03, 2005 1:43 AM Subject: Re: Initial test of APR on Solaris Bill Barker wrote: Yeah, that

Re: Hybrid (NIO+Multithread, SSL enabled) architecture for Coyote

2005-05-20 Thread Peter Lin
I'm not a committer, but I think evidence proves that native sockets + JNI is the way to go. To my knowledge, weblogic, websphere and Resin all use native sockets. having a pure Java approach sounds nice and all, but in the edge cases where high concurrent connection is needed, I much rather go

Re: Hybrid (NIO+Multithread, SSL enabled) architecture for Coyote

2005-05-25 Thread Peter Lin
Am I reading the results correctly? tomcat 5.5.9 - 16,331.81/sec hybrid - 7,085.54/sec that means the hybrid connector is 2x slower. If those results are accurate, I would say the APR connector is much better choice. peter lin On 5/25/05, Vicenc Beltran Querol [EMAIL PROTECTED] wrote: Hi

Re: Hybrid (NIO+Multithread, SSL enabled) architecture for Coyote

2005-05-25 Thread Peter Lin
performance requirements will host at a tier 1 provider and have a cluster of servers. small personal sites are shared hosted and often don't have enough bandwidth. my bias .02 cents. peter lin - To unsubscribe, e-mail: [EMAIL

Re: Hybrid (NIO+Multithread, SSL enabled) architecture for Coyote

2005-05-25 Thread Peter Lin
concurrent connections. I'm not a committer, so I don't have a say in what goes into tomcat. thanks for researching NIO and taking time to post these results. peter lin On 5/25/05, Vicenc Beltran Querol [EMAIL PROTECTED] wrote: Hi, The results of the AB benchmark configured with 20 concurrent

Re: Initial apr results

2005-06-01 Thread Peter Lin
once I finally get the APR build working on my laptop, I will run my benchmarks and publish the results. peter On 6/1/05, Tim Funk [EMAIL PROTECTED] wrote: My test box was an HP-UX 9000/800/L1000-44 - Dual CPU (440 MHz) On my initial tests with the APR connector - the APR connector seemed

Re: Initial apr results

2005-06-02 Thread Peter Lin
if you need the test plan Tim, email me and I'll send it to you :) peter On 6/2/05, Bill Barker [EMAIL PROTECTED] wrote: You might also want to dig up Peter's JMeter test plan. This one is the opposite of the 'ab' test, in that it tests the ability to handle a lot of socket connections

Re: Tomcat Connector Benchmark

2005-07-12 Thread Peter Lin
there isn't any official benchmark, but there's the benchmarks I ran this year and the results. peter On 7/12/05, Vicenc Beltran Querol [EMAIL PROTECTED] wrote: Hi, I would like to know if there is an official benchmark to compare the scalability/throughput of the new connectors (APR,

<    1   2   3   4   5   6