Slashdot Mirror


User: |||

|||'s activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. did you know... on Mapping the Spam · · Score: 2, Funny

    .. that 'maps' is 'spam' backwards?

  2. Re:glib? on Apache Server Nears 2.0 · · Score: 1

    the apache licence is bsd'ish, and glib is lgpl.

  3. Re:IBM has it too on Apache Server Nears 2.0 · · Score: 2, Informative

    why are everyone so exited about the thread-per-request model? instead, many high-performance servers use non-blocking (or asynchronous) i/o models to scale. for instance, look at the seda project (http://www.cs.berkeley.edu/~mdw/proj/seda/) where a java implementation of a web-server using non-blocking i/o outperforms both the apache and flash web-servers for specweb99.