|
[Date Index]
[Thread Index]
[Author Index]
Re: Writing to same file from several kernels?
- To: mathgroup at smc.vnet.net
- Subject: [mg111312] Re: Writing to same file from several kernels?
- From: Sebastian <sebhofer at gmail.com>
- Date: Tue, 27 Jul 2010 04:17:26 -0400 (EDT)
- References: <i293ov$m58$1@smc.vnet.net>
Hi,
thanks for the suggestion, but unfortunately I can't install an sql
server on that very machine. I ended up by opening and closing the
stream to the file for each time writing out data, which I think is
the correct way to do this anyway. I guess it was kind of a stupid
question in the first place.
Sebastian
On Jul 22, 11:41 am, Michael Stern <nycst... at gmail.com> wrote:
> 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
Prev by Date:
Re: FindRoot + Compile = incompatible (?)
Next by Date:
Re: Saving files from the web
Previous by thread:
Re: Writing to same file from several kernels?
Next by thread:
Re: Writing to same file from several kernels?
|