Hi Josiah,
> >> This recipe for asynchronous communication usingsubprocesscould be
> >> used to write an expect-like tool:
> >>http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/440554
I have played with the above recipe and it is excellent,
but could you please go into some more detail
Hi,
I'm looking for a fast way of accessing some simple (structured) data.
The data is like this:
Approx 6 - 10 GB simple XML files with the only elements
I really care about are the and ones.
So what I'm hoping to do is put this data in a format so
that I can access it as fast as possible for
On Feb 2, 1:50 pm, John Machin <[EMAIL PROTECTED]> wrote:
> agc wrote:
> > Hi,
>
> > I'm looking for a fast way of accessing some simple (structured) data.
>
> > The data is like this:
> > Approx 6 - 10 GB simple XML files with the only elements
> >