Just a quick question:
Is it more efficient for me, in terms of memory and processor use, to open and close my database connection every time I use it, or simply open it at start up and pass it around when it needs to be used?
My app downloads and uploads a lot of stuff, so the database gets written to and read from quite frequently.
Thank you!
