Is it kosher to have 2 inbound threads going into 1 outbound thread?
So right now we have a normal TCP/IP inbound -> outbound interface, I want to add a file-based inbound that will occasionally send messages from a text-based file if there are any files in a directory.
Is this normal/do-able?
Sorry for the noob question!