Re: Writing to same file from several kernels?
- To: mathgroup at smc.vnet.net
- Subject: [mg111152] Re: Writing to same file from several kernels?
- From: Michael Stern <nycstern at gmail.com>
- Date: Thu, 22 Jul 2010 05:41:45 -0400 (EDT)
Do you have a database server running? If not, download an install MySQL Server or another free solution. Use the DatabaseLink package that comes with Mathematica to log your results to a database. Michael On 7/21/2010 7:10 AM, Sebastian wrote: > Hi all, > assume I have several kernels running which should all log their > progress to the same file. Is this possible? > Opening a stream from each of kernels does not work, neither does > passing on the stream object. Any ideas? > TIA > Sebastian >