Re: Zero IOSB status
From: Hein (hein.nomail_at_hp.nomail.com)
Date: 03/31/05
- Next message: John Smith: "Re: test- please ignoe"
- Previous message: Phil: "Restartable file transfer server"
- In reply to: Ron Atkinson: "Zero IOSB status"
- Next in thread: Ron Atkinson: "Re: Zero IOSB status"
- Reply: Ron Atkinson: "Re: Zero IOSB status"
- Reply: Roy Omond: "Re: Zero IOSB status"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 31 Mar 2005 13:13:23 GMT
"Ron Atkinson" <oj_287@yahoo.co.uk> wrote in message
news:1112267525.611587.217520@f14g2000cwb.googlegroups.com...
> When performing a QIO READVBLK + IO$M_LOCKBUF on an IP listening
> socket, the QIO status is OK but the read IOSB status is returning the
> value 0 instead of 1.
The QIO status OK shows that the QIO has succesfully started and that you
can expect an AST (if you requested one) and a valid IOSB when the operation
is done.
The 0 in the IOSB says the IO is not done. Hang around some more (debugger!)
and it will change\
Did yo mean to issue QIO or did you perhaps need QIOW?
Check out SYS$SYNCH?
>> What am I doing wrong ?
you are not waiting when you should, or ask the system (QIOW) to do the wait
for you?
Hein.
- Next message: John Smith: "Re: test- please ignoe"
- Previous message: Phil: "Restartable file transfer server"
- In reply to: Ron Atkinson: "Zero IOSB status"
- Next in thread: Ron Atkinson: "Re: Zero IOSB status"
- Reply: Ron Atkinson: "Re: Zero IOSB status"
- Reply: Roy Omond: "Re: Zero IOSB status"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|