T.R | Title | User | Personal Name | Date | Lines |
---|
2132.1 | | UPSAR::WALLACE | Digital: A Dilbertian Company | Mon Feb 17 1997 15:09 | 13 |
| I don't think anything in DECnet 3.2B will help with this, but
it doesn't hurt to run the latest fixes.
Let me see if I understand you correctly - based on a ctf
trace you see a message recieved that should cause select
to complete, but it doesn't, at least not for 3 or 4
seconds. Is that correct?
My guess is it's not DECnet. Would it be possible to try
your program over TCP/IP?
Vince
|
2132.2 | more | VARESE::BIOTTI | | Tue Feb 18 1997 03:32 | 22 |
|
> Let me see if I understand you correctly - based on a ctf
> trace you see a message recieved that should cause select
> to complete, but it doesn't, at least not for 3 or 4
> seconds. Is that correct?
No. When I see the message coming from the decnet trace, select
fires at the same time. The problem is that the response message
comes late even according to the decnet osi trace.
> My guess is it's not DECnet. Would it be possible to try
> your program over TCP/IP?
I'm running with a device (PLC). I should develop a server application
TCP based to do this. I see what I can do.
I've already verified that the problem is not in my physical device
since OSF30 works fine.
I'm wondering if the interaction of select with thread could be the
origin of the problem.
|
2132.3 | | UPSAR::WALLACE | Digital: A Dilbertian Company | Tue Feb 18 1997 15:28 | 11 |
| I'm still confused. You're doing a select for read, and as soon
as a message is received, the select fires? So what's the problem?
I can see two other possibilies. Either the local node is delaying
sending the initial "request" packet (or whatever you call the
action that generates a response from the remote node); or else
the remote node is taking a long time to generate a response.
Maybe you could type in a time-line of what the events are.
Vince
|
2132.4 | close | VARESE::BIOTTI | | Thu Feb 20 1997 11:02 | 9 |
|
After a study of other decnet traces I've understood
my problem that's due to a limitation on my device and
not to a decnet problem. The different behaviour between
3.0 and 3.2 of OSF1 made me thinking to a bug somewhere
in 3.2 but that's not the case.
Thanks
|