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. 03/18/2010File this under "Damn, I should have known that" -- CSS and Relative PathsI was whining about a feature being missing in Designer 8.5.x yesterday in a closed forum for "Design Partners" when I learned something I wished I'd known a long time ago. I'm writing this to share it with you, so you can be saved the work I've been doing. The feature I wanted (and still want) is for file resources that use the new editors (e.g. CSS, HTML, JAVASCRIPT) to allow "" values or at least some form of tokenization to allow you to include things like "@webdbname" and profile document values in ...... 
    2. 03/16/2010The CKEditor - with Domino -- will be better than rolling your own!If you don't know the CKEditor, you soon will. Maureen (and others) have recently gone public with the announcement that starting in near term release of 8.5.x, that fantastic rich text editor will be shipped built in with the Domino server and will be integrated for easy use for XPages. One thing that's hard to do at present with the CKEditor when you integrate with Domino, is handle the built in browsing/uploading/embedding for file attachments, images, flash, and so on. There are plug-ins for ftp and ...... 
    3. 02/14/2010Great weekend sleddingI'm from "away" -- a term which in Maine speak means that I wasn't born here, and while I've been here for nearly 20 years I am very easily spotted as a non-native to pretty much anyone with long time family roots in the area. Being from away, there are things I just hadn't had a chance to do that most Mainer's take for granted. This weekend, I got the chance to scratch a few of those off the list. These included going 'upta camp', being significantly north of Bangor, and spending a fair bit of time on a ...... 
    4. 02/10/2010Is anyone really considering a move to a hosted Exchange system? 
    5. 02/06/2010When does an application stop belonging to its owner? 
    6. 01/29/2010Lotusphere 2010 - Session Survey Results 
    7. 01/27/2010Is UPS just plain broken? * Updated 
    8. 01/25/2010My presentations posted here from Lotusphere 2010 
    9. 01/24/2010Me - in bobblehead form 
    10. 01/23/2010Announcing the C.U.L.T. Shirt 2010 Winner 
    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.