Hi all,
> Hi Anthony,
>
> Il giorno 16/ott/2012, alle ore 02:04, Anthony Scopatz ha
> scritto:
>
> > Hello Ernesto,
> >
> > So you are actually asking two different questions, one on reading and the
> > other on writing. In general reading, or querying, with multiprocessing
> > works very w
On Wed, Oct 17, 2012 at 12:58 AM, Antonio Valentino <
antonio.valent...@tiscali.it> wrote:
> Hi Anthony,
>
> Il giorno 16/ott/2012, alle ore 02:04, Anthony Scopatz
> ha scritto:
>
> > Hello Ernesto,
> >
> > So you are actually asking two different questions, one on reading and
> the other on writ
Hi Anthony,
Il giorno 16/ott/2012, alle ore 02:04, Anthony Scopatz ha
scritto:
> Hello Ernesto,
>
> So you are actually asking two different questions, one on reading and the
> other on writing. In general reading, or querying, with multiprocessing
> works very well. Writing to a single f
Hello Ernesto,
So you are actually asking two different questions, one on reading and the
other on writing. In general reading, or querying,
with multiprocessing works very well. Writing to a single file with
multiple processes is destined to failure though. So the strategy that
many people hav
Dear all,
I have a hdf5 file including several tables. To speed up the creation of all
tables, could I create each individual table by independent processes launched
by multiprocessing module? Could I employ independent processes to query
diverse tables of the same hdf5 file?
Thank you very mu