search for: aqsend

Displaying 2 results from an estimated 2 matches for "aqsend".

Did you mean: append
2012 Dec 05
0
AQ-R 0.2 // realtime messaging.
...ssages flow between R instances or other-language messaging components. The key functions are: aqSubscribe(aChannel) - subscribe to messages in a channel aqWaitForData() - a blocking call that waits for data to arrive aqPoll() - fetches all messages from the internal buffer (not the STOMP server) aqSend(channel, text) - send a message to a channel This extension does buffer incoming data between consecutive aqPoll() calls. The core loop for using this should look like: while(aqWaitForData()){ data = aqPoll() } Version 0.2 is beta. I have thoroughly tested it on Windows and on Linux. I...
2012 Dec 05
0
AQ-R 0.2 // realtime messaging.
...ssages flow between R instances or other-language messaging components. The key functions are: aqSubscribe(aChannel) - subscribe to messages in a channel aqWaitForData() - a blocking call that waits for data to arrive aqPoll() - fetches all messages from the internal buffer (not the STOMP server) aqSend(channel, text) - send a message to a channel This extension does buffer incoming data between consecutive aqPoll() calls. The core loop for using this should look like: while(aqWaitForData()){ data = aqPoll() } Version 0.2 is beta. I have thoroughly tested it on Windows and on Linux. I...