DanDaBeginner Posted May 29, 2007 Share Posted May 29, 2007 hello, I need advice on this one: im planning to have an instant messaging on my site using AJAX, PHP and MYSQL... the flow is -when the user logsin theres a AJAX request for every 30 seconds on check.php that connects to table_instant_messaging to know whether theres a request or not-if there is a request then a pop-up message will apprear to the recepient user with an option to accept or not - in making a request - it will insert to the table_instant_messaging with the user_id of the requestor and with the user_id of the recepient and also the message field is included here.. 1. now my question is - will the request of every 30 seconds on the table_instant_messaging can slow down the connection? 2. regarding about the flow- is this the professional and traditinional way of handling this kind of system? any help would be greatly appreciated.. thanks in advance.. Quote Link to comment Share on other sites More sharing options...
DanDaBeginner Posted June 2, 2007 Author Share Posted June 2, 2007 bump please... Quote Link to comment Share on other sites More sharing options...
DanDaBeginner Posted June 13, 2007 Author Share Posted June 13, 2007 bump please... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.