Norbert: I am doing some changes in SqueakDBX and I have a question related
to timeout in

What I need to do, is to wait the timeout from my side, I mean, in Squeak,
not in OpenDBX. This is because what I told you that FFI locks the complete
VM. So, what I want to do is to wait for X time in Squeak, and every time
that timeout is consumed, I call odbx_result(). In that call I want to put a
minimal timeout as possible, because for that time, my complete VM is
locked. So, my question is, which can be the minimal value to this? Suppose
the query is already processed so that with a minimal value, the result is
returned, which should be that minimal value?
In summary, what I need is just a little ask "is it ready?" and if it is
true, I then call odbx_row_fetch().

Thanks in advance,

Mariano
------------------------------------------------------------------------------
_______________________________________________
libopendbx-devel mailing list
libopendbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libopendbx-devel
http://www.linuxnetworks.de/doc/index.php/OpenDBX

Reply via email to