I'm creating a Red5 application that talks to MySQL via JDBC.

Once I establish a connection to the database, is there every any reason 
to close it?
Should I just establish a connection on appStart() and leave the 
connection open for the duration of my application?

As clients connect and interact with my application, I will of course be 
doing a lot of SELECT, INSERT, UPDATE, etc.

Any input is welcome on this topic.
-Mike



_______________________________________________
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to