About Archive Tag Cloud Translations RSS

You are writing a comment about Measuring Single and Multi Server Performance, here is a quick summary:

Here is a first for my blog: an experiment conducted using something approaching the scientific method. In other ways it wasn't a first for my blog, because it was essentially a complete failure. Damn it.


You are responding to this comment written by Graham Dumpleton on February 21st 2009, 02:52.

They may not reflect code always being preloaded. Depends on whether you used embedded mode or daemon mode.

I have been trying to blog for a while about the mistakes that people make with embedded mode for mod_python and in turn mod_wsgi, but be too busy of late to finish it.

You can always come over to mod_wsgi list on Google Groups. Easier to discuss in email than a blog.


Please be aware that comment forms go stale after one hour.





Comments may make use of LifeFlow MarkDown. Raw html will be escaped.


Quick Introduction to LifeFlow MarkDown Syntax

A highlighted code block:

@@ ruby
def a (b, c):
  b * c
end
@@

Other common languages work as well: scheme, python, java, html, etc.

Other markdown syntax:

 ### This is an h3 title
#### This is an h4 title
**this is bold**
*this is italics*

1. This is an
2. ordered list

* And an unordered
* list too

[this is a link](http://www.lethain.com/ "Lethain")