You see I have written a small chat server is perl where when a user wants
to chat he simply types the message it gets recorded into mysql and another
program keeps reading the mysql databse and shows the messages. Now, the
same is not yet deployed; but, I fear when I deploy it the program will
collapse because everytime a person wants to chat the program will open a
new connection; put the data and close connection and similarly for the
frame in which the chat is displayed. It will open the conenction and close
every 5 seconds. Now, is there any way in perl where in a connection
can be opened up continously or something else. Any input would be highly
appreciated.

Amit



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to