From within my module I would like to send a post message to multiple users. In other words, when a client requests file X, my module checks a condition, if the condition is successful I need to post a message to multiple clients but would also like the original request to carry on(The server should successfully send the client file X).
Is that possible? If yes, what effect does it have on performace?
Thanks.