This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Cancelling a Blocking network call


Let's say I call write () on a socket, and the other end of the
connection hangs.  I might want to cancel that call.  If the write ()
was done in another thread then yet another thread might be able to
cancel the write () call.

-----Original Message-----
From: gary@chez-thomas.org [mailto:gary@chez-thomas.org] On Behalf Of
Gary Thomas
Sent: Monday, August 20, 2001 4:24 PM
To: Trenton D. Adams
Cc: eCos Discussion
Subject: RE: [ECOS] Cancelling a Blocking network call



On 20-Aug-2001 Trenton D. Adams wrote:
> Is it possible to do this?  If so, I would imagine the only way would
be
> to call close () on the socket right?
> 

What do you mean 'cancel'?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]