[Seaside-dev] Seaside-Benchmark

Philippe Marschall philippe.marschall at gmail.com
Sun May 22 10:57:46 UTC 2011


Hi

There's a new package in the addions repository [1] called
'Seaside-Benchmark'. It contains a few classes to help benchmarking
Seaside applications. There are two request handlers, one intended to
stress the server and server adatpor, one intended to exercise the
Seaside rendering code. In addition there's a session class giving
predictable continuation keys so the URLs for exercising a counter
with session cookies look like this:

http://127.0.0.1/counter
http://127.0.0.1/counter?_k=1&1
http://127.0.0.1/counter?_k=3&1
…

 [1] http://www.squeaksource.com/Seaside30Addons

Cheers
Philippe


More information about the seaside-dev mailing list