Re: [Pytables-users] threading in Pytables

2006-03-02 Thread Andrew Straw
Dear Dragan, What you're describing you want to do is beyond the scope of pytables itself. Pytables already does all that could be expected of it, namely releasing the GIL so that other Python threads can execute while a long-running C-API call is executed. The question of number of CPUs is

Re: [Pytables-users] threading in Pytables

2006-03-02 Thread Francesc Altet
A Dijous 02 Març 2006 16:47, vàreu escriure: > Hello again! > > Fisrt of all I am working on single CPU machine. I do > have a seperate thread for listening to external > commandas. The idea is that all long jobs should be > started as seperate threads (e.g. writting data to a > table) but should n

Re: [Pytables-users] threading in Pytables

2006-03-02 Thread dragan savic
Hello again! Fisrt of all I am working on single CPU machine. I do have a seperate thread for listening to external commandas. The idea is that all long jobs should be started as seperate threads (e.g. writting data to a table) but should not block light jobs for being executed. In my example a li

Re: [Pytables-users] threading in Pytables

2006-03-02 Thread Francesc Altet
A Dijous 02 Març 2006 15:25, dragan savic va escriure: > Hi everybody! > > I am working on using PyTables with multiple threads. > I am writting an application where some of the > PyTables related jobs will run for a longer time. > During that time it would be a good thing that I could > send some

[Pytables-users] threading in Pytables

2006-03-02 Thread dragan savic
Hi everybody! I am working on using PyTables with multiple threads. I am writting an application where some of the PyTables related jobs will run for a longer time. During that time it would be a good thing that I could send some non-time consuming commands to the application without waiting for a