hello, I wrap my database in some class, and on creation of the instance, a connection to the database is created, and will stay connected until the program exists, something like this:
self.conn = sqlite3.connect ( self.filename )
Now I wonder if there are pros or contras to keep the connection to the
database continuously "open" ?
thanks,
Stef Mientki
--
http://mail.python.org/mailman/listinfo/python-list
