PtokaX forum

PtokaX => Support => Topic started by: remaster-it on 13 February, 2004, 14:15:38

Title: Buffer overload
Post by: remaster-it on 13 February, 2004, 14:15:38
every so often get buffer overload on a user (and have seen on one of my ops)

first and second time .. message "user stays on line"

third time the user is disconnected

I am sure that some one knows what the message means .. look forward to a reply..
Title:
Post by: Snooze on 18 March, 2004, 11:25:21
Yes please - a shot explenation would be nice..

What should i be looking for in the script ?
What could course it ?


**Snooze
Title:
Post by: plop on 19 March, 2004, 19:15:15
ok let me try 2 explain it really simple (hope it's correct).

it's not the scripts.
every client sends data 2 the hub, the hub in return processes that 1 by 1.
if the hub is busy the data is stuffed in a buffer, some temp memory, see it as a bucket and the data is the water which goes in it.
now as you know there only fits a certain amount of water in the bucket, if it gets 2 much the water flows over the edge of the bucket.
tada we have a overflow.
the latest data (water) is lost, not a real problem as the client will send it again if it's important.
but 2 be safe the hub disconnects the client if it keeps happening so it can't cause any real damage.

plop
Title:
Post by: remaster-it on 20 March, 2004, 05:00:47
thx ..
 :D
Title:
Post by: Sudds on 29 May, 2004, 01:05:31
Plop is right again on the buffer thing :D and u not seeing ur op that could be any number of things including his client lost his account loads of stuff or he could simply be takeing a holiday.
Sudds
Title: Thx
Post by: remasterit on 29 May, 2004, 04:07:54
Thank you for the explaination  ..

It's good to know why it was happening ..
Title:
Post by: Cyberia on 29 May, 2004, 10:01:26
Think it's a good explanation.
That's what a buffer is.  :))