I have a table for witch after data is inserted, I need to do long running 
proceeding from the data.
I plan to do the proceeding is a separate thread fired stared form the 
trigger.

My question is, is it safe to send the connection sent to the trigger 
(ether the init or the fire method) to the other thread to do the work or 
should i create a new connection to send to the other thread.

If I need a new connection what is the best way to produce it from the 
passed connection, (I might not know the connection string in advance).

Would it make a difference if I plan to use tractions in the second thread?

Thank You
Ben Sagal

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to