Hello,
On Thu, Nov 22, 2001 at 10:19:29PM -0700, Micah Dowty wrote:
> Ok, I just got this bug fixed. The event queue in pgserver was not correctly
> storing the data associated with some events.
Excellent, thanks! It works perfectly for me.
I see that even Thanksgiving won't stop you from fixin
Ok, I just got this bug fixed. The event queue in pgserver was not correctly
storing the data associated with some events.
Note, however, that when the client delays before reading an event the event is
stored in pgserver's internal event queue. This queue was designed to mainly
process UI event
Hello,
I am having a problem when using pgAppMessage() between two applications.
The two attached examples (based on msgdemo) illustrate the problem:
- run recvMsg in an xterm
- run sendMsg in another xterm
msgSend creates 10 int messages numbered 0 to 9 and quickly sends them
to msgRecv.
When