Re: [Pytables-users] Reading multiple tables on multithread

2011-03-08 Thread Felipe Barriga Richards
On Wed, 2011-03-09 at 05:43 +1100, Tony Theodore wrote: > On 9 March 2011 03:55, Felipe Barriga Richards > wrote: > > On Tue, 2011-03-08 at 03:21 +1100, Tony Theodore wrote: > >> Hi Felipe, > >> > >> This is curious, I'm guessing that you're opening the file once, then > >> using multiple process

Re: [Pytables-users] Reading multiple tables on multithread

2011-03-08 Thread Tony Theodore
On 9 March 2011 03:55, Felipe Barriga Richards wrote: > On Tue, 2011-03-08 at 03:21 +1100, Tony Theodore wrote: >> Hi Felipe, >> >> This is curious, I'm guessing that you're opening the file once, then >> using multiple processes to access it. Can you send the lines before >> line 49, or a subset

Re: [Pytables-users] Reading multiple tables on multithread

2011-03-08 Thread Felipe Barriga Richards
On Tue, 2011-03-08 at 03:21 +1100, Tony Theodore wrote: > On 8 March 2011 01:18, Felipe Barriga Richards > wrote: > > On Thu, 2011-03-03 at 20:07 +0100, Francesc Alted wrote: > >> A Thursday 03 March 2011 16:33:37 Felipe Barriga Richards escrigué: > >> > Hi, > >> > > >> > I've been trying to open

Re: [Pytables-users] Reading multiple tables on multithread

2011-03-07 Thread Tony Theodore
On 8 March 2011 01:18, Felipe Barriga Richards wrote: > On Thu, 2011-03-03 at 20:07 +0100, Francesc Alted wrote: >> A Thursday 03 March 2011 16:33:37 Felipe Barriga Richards escrigué: >> > Hi, >> > >> > I've been trying to open an H5 file from multiple processes as >> > read-only and each process

Re: [Pytables-users] Reading multiple tables on multithread

2011-03-07 Thread Felipe Barriga Richards
On Thu, 2011-03-03 at 20:07 +0100, Francesc Alted wrote: > A Thursday 03 March 2011 16:33:37 Felipe Barriga Richards escrigué: > > Hi, > > > > I've been trying to open an H5 file from multiple processes as > > read-only and each process reads a different table. If I do this I > > get errors so I s

Re: [Pytables-users] Reading multiple tables on multithread

2011-03-03 Thread Francesc Alted
A Thursday 03 March 2011 16:33:37 Felipe Barriga Richards escrigué: > Hi, > > I've been trying to open an H5 file from multiple processes as > read-only and each process reads a different table. If I do this I > get errors so I suspect that pytables doesn't support this ? > > I think that this sh