Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: SQL, driver or me? (was: Re: Re: [ANN] (but whatshould I call it?))

From: amicom:sonic at: 25-Jun-2003 7:17

I've been using the MySQL protocol with v4 for months in a production environment on tables as large as 500,000 records and haven't had any major problems. You do need to make sure that you specify the correct parameters in the MySQL configuration files if you are using tables of that size. Also, I've found that if you have a Rebol process that connects to MySQL on demand but it sits idle for several hours, there can be similar problems to what you are having. The way I solve this is to send MySQL a ping of sorts after an hour of inactivity (i.e. "use test;" or whatever database name you have). Bohdan "Bo" Lechnowsky Lechnowsky Technical Consulting At 10:15 AM 6/25/03 +0100, you wrote: