- This topic has 7 replies, 8 voices, and was last updated 15 years, 9 months ago by .
-
Topic
-
I am about to set up a situation where I will have two different threads in the same site, but different processes, point to a third thread in a third process in the same site. One thread carries maybe 2,000 msg per day. The second thread will carry maybe 5 messages per day. I have carved out this second low volume thread to handle messages that need to be delayed a few minutes before sending them on. I did not want to put a busy thread to sleep.
Do I have to worry about the two threads trying to send to the same third thread at the same time or will the protocol handle this properly???
Viewing 6 reply threads
Viewing 6 reply threads
- The forum ‘Cloverleaf’ is closed to new topics and replies.