On Fri, Jul 18, 2008 at 2:23 AM, Tomasz Sterna <[EMAIL PROTECTED]> wrote: > Dnia 2008-07-11, piÄ… o godzinie 13:48 -0700, Mark Doliner pisze: >> 1. Don't disconnect people when they hit the rate limit. Instead, >> stop reading from their socket until the limit has expired. Do we >> have a way to call a function after a certain amount of time has >> passed? We would need one for this. > > There is another problem with this reported to me today. > If user has a lot of messages in offline storage, these get bursted to > the client after connection, hitting the rate limit and effectively > disconnecting the user. :-/
That seems a little odd... I think only data read from the client counts toward the limit. -Mark
