Organization: Cornell University, CS Dept., Ithaca, NY
Date: Mon, 25 Jan 1993 23:18:42 GMT
Lines: 18
I am writing a wide-area distributed application using NEWS and the spooler.
I have a process at location X sending messages to a process at location Y
using the news_cpost(subject@y... etc). The process at Y subscribes to that subject.
IT seems that after having sent about 6 messages from X to Y, process Y is no longer to get messages any further messages from X, I get a message at location Y as follows:
h_receive: got LH_CBCAST_OP (messID 12 ack 4)
LH -->: The arrival message is deliverable
lhmsg_isEnabled: not enabled
interlan_update: partner <nyc>
lh_receive: got LH_ASYNC_ACK (messID 0 ack -1)
In addition if Y were to send messages to X, the first 6 or so are seen by X and nothing after that, giving me the same message as above.
Has any body else experienced these problems? Any possible solutions?