Re: [Firebird-devel] request operations

2014-11-11 Thread Dimitry Sibiryakov
04.11.2014 18:56, Dmitry Yemanov wrote: > req_proceed - initial state to execute the request, also used together > with req_sync to implement SUSPEND (nod_stall) Could you provide a little more details about this process?.. -- WBR, SD. -

Re: [Firebird-devel] request operations

2014-11-04 Thread Dmitry Yemanov
04.11.2014 18:18, Dimitry Sibiryakov wrote: > > Could someone explain meaning of each of the values? > > enum req_s { > req_evaluate, > req_return, > req_receive, > req_send, > req_proceed, > req_sync, > req_unwind > }; req_evaluate - execute the node insi

[Firebird-devel] request operations

2014-11-04 Thread Dimitry Sibiryakov
Hello, All. Could someone explain meaning of each of the values? enum req_s { req_evaluate, req_return, req_receive, req_send, req_proceed, req_sync, req_unwind }; -- WBR, SD. -