
I just read your Embedded Python/NumPy blog post. Excellent! Is there a preferred/required version of Python? I was looking at the config log and I see it checking for Python2 & Python3. -----Original Message----- From: Anderson, David B [ICG-MKTS] Sent: Thursday, June 16, 2016 11:34 AM To: users-list Subject: RE: R UDFs Mark, Thanks for the info. To confirm, If I write my UDFs in Python, they will be executed in parallel (if required)? Thanks, Dave -----Original Message----- From: users-list [mailto:users-list-bounces+david.b.anderson=citi.com@monetdb.org] On Behalf Of Mark Raasveldt Sent: Thursday, June 16, 2016 8:05 AM To: users-list Subject: Re: R UDFs Hey Dave, There's only a single R interpreter running. When an R function is called a lock is acquired that prevents other R functions from running at the same time. There has been some work to running multiple interpreters in parallel in separate processes for Python UDFs, but this has not been ported to R UDFs yet. Regards, Mark ----- Original Message ----- From: "Anderson, David B" <david.b.anderson@citi.com> To: "users-list" <users-list@monetdb.org> Sent: Thursday, June 16, 2016 1:30:28 PM Subject: R UDFs All, Quick question, how many R interpreters are running within MonetDB if you are using R UDFs? Is there a single shared interpreter or are there multiple copies running? Thanks, Dave _______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list _______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list