Rayservers wrote: > > Just FYI, I stumbled across this today, its good to see Lisp doing so well: > > http://john.freml.in/teepeedee2-release > http://john.freml.in/ > > 10k requests per second in Lisp! > > Anyone have benchmarks with weblocks?
Weblocks uses Hunchentoot underneath. Some random numbers: Hunchentoot 80reqs/s, Weblocks 40reqs/s. Note that these numbers hold for a full page request, not just a tiny "get a snippet of text" AJAX request over a channel that is probably already open. Additionally HT doesn't support epoll() or other fancy stuff like IOlib does. Leslie --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
