Hi All, I opened a connection to the Mysql server upon the start of APE to use for user authentication. Since requests to Mysql are queued, is it best if I use the same connection for all user authentication needs or should I create a connection for each user? I would also like to know how I can close the connection when I am finished with it. I tried sql.close() , sql.disconnect() with out success.
Thanks. Nathan Tran. -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
