search for: cleanserverconnections

Displaying 1 result from an estimated 1 matches for "cleanserverconnections".

2007 Apr 22
0
Intro and a Question
...-- maximum of 16 connections already opened) So this means I need better control over the MySQL server connections within my R API. I could execute SQL statements, and go into the system but would prefer to stay within R if I can...A function EnsureRefreshCon would be my ultimate goal. Perhaps a CleanServerConnections too? I need some examples to get my head around this code. So.. a long running algorithm might need to go away from MySQL and come back, but by then the connect is orphaned? Any pointers? (I have read the R-MySQL doc and a slide presentation by Luke Tierney...) Helpful, but I need more explanat...