Re: [R] Rprof fails in combination with RMySQL

2005-07-22 Thread Thieme, Lutz
it comes from large number of opening closing cycles?... Regards, Lutz -Original Message- From: bogdan romocea [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 5:05 PM To: Thieme, Lutz Cc: R-help@stat.math.ethz.ch Subject: RE: [R] Rprof fails in combination with RMySQL I

Re: [R] Rprof fails in combination with RMySQL

2005-07-22 Thread bogdan romocea
never close the connection after a query.) hth, b. -Original Message- From: Thieme, Lutz [mailto:[EMAIL PROTECTED] Sent: Friday, July 22, 2005 2:04 AM To: bogdan romocea Cc: R-help@stat.math.ethz.ch Subject: Re: [R] Rprof fails in combination with RMySQL Hello Bogdan

[R] Rprof fails in combination with RMySQL

2005-07-21 Thread Thieme, Lutz
Dear R community, I tried to optimized my R code by using Rprof. In my R code I'm using MySQL database connections intensively. After a bunch of queries R fails with the following error message: Error in .Call(RS_MySQL_newConnection, drvId, con.params, groups, PACKAGE = .MySQLPkgName) :

Re: [R] Rprof fails in combination with RMySQL

2005-07-21 Thread bogdan romocea
PROTECTED] Sent: Thursday, July 21, 2005 10:11 AM To: Rhelp (E-mail) Subject: [R] Rprof fails in combination with RMySQL Dear R community, I tried to optimized my R code by using Rprof. In my R code I'm using MySQL database connections intensively. After a bunch of queries R fails