[plt-scheme] Limiting Concurrent Connections to Web Server

From: Henk Boom (lunarc.lists at gmail.com)
Date: Fri Jan 16 10:02:39 EST 2009

2009/1/16 Robby Findler <robby at eecs.northwestern.edu>:
> Perhaps I misunderstood, but I think Henk was looking for a different
> behavior, ie when there are too many connections in session that the
> webserver would just close and forget about the other connections.

I think Jay got it right. =)

It's not that I want to drop all connections after the first 5, it's
just that if the connection is cancelled by the other party after it
queues up, there's no point in letting it start.

    Henk


Posted on the users mailing list.