On 08/10/09 07:43, Leslie P. Polzer wrote: > > 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
About what I'd expect. We run portable allegroserve and we get something in between. No AJAX/Javascript at all, barely any style sheet usage, just rendering of objects via the paserve templating engine. Just FYI we use YXORP as a reverse proxy in front of paserve, http://yxorp.sf.net and have used pound in the past. http://www.apsis.ch/pound. YXORP does have memory based caching. Weblocks implements exactly what I had wanted for a long time... I just have to find the time to migrate to it. Essentially a completely new application writen from scratch... um, no, from the weblocks base :) The application is to be a GUI... for a distributed wallet+cms+mint+shop+secure communication application with distributed storage and distributed p2p asynchronous communication. We use GBBopen for an in memory object database. gbbopen.org. The original GBB introduced me to Lisp programming in the early '90s. It is cool stuff. It is interesting how much code in GBBopen has been reinvented in the Elephant project, down to utility libraries such as the portable socket libraries. Check it out, GBBopen should be more widely known in the open source Lisp world. Cheers, ---Venkat. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
