Hi.  When using barriers to coordinate several connections, I am at a bit of
a loss as to how to express the work that a connection should do once the
barrier is dropped.

For example, in the tests, I see a lot of example of multiple connections
created then calling SELECT wait(), but there is no work for them to do.
The examples I have seen

Would you add the queries after the call to SELECT wait()?
connection (con1...);
SELECT wait(@my_barrier);
SELECT * FROM ....
UPDATE...
.....


Thanks,
Patrick
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to