Open rpiskule opened 12 years ago
In looking at the code, i realized you are opening and closing a database connection each time a request is made.
For extra speed, consider leaving the connection open for all requests, and never closing the connection.
@jasny I'm not sure if this is relevant.
In looking at the code, i realized you are opening and closing a database connection each time a request is made.
For extra speed, consider leaving the connection open for all requests, and never closing the connection.