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
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
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
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
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
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