Andrew Pollack's Blog

Technology, Family, Entertainment, Politics, and Random Noise

Followup - more test data with really interesting results

By Andrew Pollack on 02/23/2004 at 01:35 PM EST

I modified the test (described here: http://www.thenorth.com/apblog2.nsf/0/816E292DD0A455E385256E3F0079C823 ) to try to make it resist things like random server performance changes due to whatever else the machine is doing. I've also tried to eliminate a few other variables.

The four tests were performed all at once. Each was performed 10 times, but not in order. A loop to 40 was created, and a modulus function was used to determine which test ran (e.g. if counter equaled 23, then 23/4 = 5 r3, so test 3 was run). The times listed are cumulative from all tens runs of each test. That should have mixed it up enough.

I've put the results in order. You'll notice that pipelined communication to the Domino server is clearly indicated over multiple concurrent communication. Within that, however, is the interesting result that even pipelined there is about a small advantage to having multiple Domino sessions. Personally, I think this is a terribly small advantage and in a servlet environment where the concurrency will not be quite so exact the contention should be lessened enough to make this negligible.

My own conclusion from this, is that based on the compromises of code simplicity, performance, and stability a single pipelined I/O queue thread as a static class should be the best way to handle all the Domino I/O for a single server. At some point I'll test multiple server access through the DIIOP thread.

The three machines are all running the same jvm (1.4) though the code is compiled as 1.3 compatible classes.

The single processor machine is my workstation, a cheap 1.7ghz Celeron with 1gb of RAM.

The "faster" of the two duals is a Dual P4 700mhz with 1gb of RAM, but its running a bunch of other stuff too. Also, that was the same machine as the Domino server, which tosses in some weird possibilities for contention but matches the real world case of where many java agents and servlets run.

The slower of the two duals is a Dual P-II 350mhz with 512megs of RAM running Windows NT (Yeah, yeah, but its still nice machine).


Single Processor Machine:

Test 2: 34,220ms. Pipelined, two sessions.
Test 1: 42,423ms. Pipelined, one session.
Test 4: 47,722ms. Threaded, two sessions.
Test 3: 53,765ms. Threaded, one session.

Dual Processor Machine, same machine as Domino:

Test 2: 37,596ms. Pipelined, two sessions.
Test 1: 40,155ms. Pipelined, one session.
Test 4: 51,767ms. Threaded, two sessions.
Test 3: 53,032ms. Threaded, one session.

Slower dual processor machine:

Test 2: 43,327ms. Pipelined, two sessions.
Test 1: 45,576ms. Pipelined, one session.
Test 3: 57,874ms. Threaded, one session.
Test 4: 67,298ms. Threaded, two sessions.


  • car icon

    On Site Training

    We can bring the same kind of top quality training you get at conferences right to your offices. If your team needs training in a single topic, or you want to do a whole series on site, we can put a mini-conference together just for your team. For more information, Contact Me.
  • There are  - loading -  comments....



    Other Recent Stories...

    1. 02/06/2010When does an application stop belonging to its owner?When an application becomes truly successful and people start relying on it for things they consider important, is there a point at which the application starts to belong to the owners? Facebook's latest change brings the topic to mind, but it can happen to you with internal applications as well. There comes a time when users begin to have a personal stake in the design of a good application. Facebook makes a great example for when your users really own your application. Its user base is both extremely ...... 
    2. 01/29/2010Lotusphere 2010 - Session Survey ResultsSession results are always a bit strange to go through. I want to share what they looked like for me this year. Nearly all the comments were outstanding - but there's always one that really leaves me scratching my head. Like most speakers who take that part of their work seriously, I try to look at every survey, and pay extra attention to ones with written comments to see if there are things I can do better for next time. You have to grow a bit of a thick skin sometimes because there are always some ...... 
    3. 01/27/2010Is UPS just plain broken? * Updated* Updated January 27th -- Notes at the end of the original story. UPS is usually pretty reliable. My experience, however, has been that if the smallest thing goes wrong the whole process grinds to an inexplicable halt. Let me show you an example. On the 20th (a Wednesday) Lenovo shipped three packages to me. Two of them came from China. The first made the trip in the expected (and paid for) two days. The second seems to have spent days sitting in Shanghai and has so far chained itself to the wall in ...... 
    4. 01/25/2010My presentations posted here from Lotusphere 2010 
    5. 01/24/2010Me - in bobblehead form 
    6. 01/23/2010Announcing the C.U.L.T. Shirt 2010 Winner 
    7. 01/19/2010Great round table with Kristen Lauria about the Lotus Knows campaign 
    8. 01/19/2010The Review: Lotusphere 2010 – Opening General Session 
    9. 01/10/2010The LiveScribe Pen - Reviewed  
    10. 12/11/2009Comparing the iTouch/iPhone with the Blackberry Storm from a Notes Mail user & Geek perspective 
    Click here for more articles.....


    pen icon Comment Entry
    Subject
    Your Name
    Homepage
    *Your Email
    * Your email address is required, but not displayed.
     
    Your thoughts....
     
    Remember Me  

    Please wait while your document is saved.