[PHPOpenChat-Users] Buffer
Brought to you by:
letreo
From: Brendan S. <br...@ne...> - 2004-01-09 19:53:59
|
Hello, I'm using PHP OpenChat 2.3.1 for a web site that will feature nightly chats. The other day we ran a test chat. When $ROW_BUFFER_SIZE = 0, 1 or 2 Users couldn't see eachother's posts. When $ROW_BUFFER_SIZE = 3 The chat worked with 2 people, but additional concurrent users couldn't see eachother's posts. When $ROW_BUFFER_SIZE = 5 The chat worked with at least 5 people (We only had 5 people to test with) My question is, why is it necessary to have the Row Buffer set in order for the chat to work? We are running a chat system where ideally a user would enter the chat system and see none of the previous lines... especially if they were from the previous night's chat. Is there a way to get around this? Thanks. Brendan |