caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Florian Hars <hars@bik-gmbh.de>
To: Anastasia Gornostaeva <ermine@ermine.pp.ru>
Cc: caml-list <caml-list@inria.fr>
Subject: Re: [Caml-list] timer again
Date: Mon, 07 Feb 2005 16:47:09 +0100	[thread overview]
Message-ID: <42078D7D.5010104@bik-gmbh.de> (raw)
In-Reply-To: <20050207110047.GA37462@ermine.home>

Anastasia Gornostaeva wrote:
> When in a programm is used timer.ml [...], it is not possible to open
> connections to some servers using Unix.open_connection -- the program 
> always get EINTR.
> Platform idepedent (noticed on freebsd and linux debian).

Of course it is platform independent, this is the POSIX mandated behaviour of
connect. See the man pages for connect, select, poll.

This is not generally considered the brightest part of the POSIX spec:
http://www.eleves.ens.fr:8080/home/madore/computers/connect-intr.html

Yours, Florian.


      reply	other threads:[~2005-02-07 15:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-07 11:00 Anastasia Gornostaeva
2005-02-07 15:47 ` Florian Hars [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42078D7D.5010104@bik-gmbh.de \
    --to=hars@bik-gmbh.de \
    --cc=caml-list@inria.fr \
    --cc=ermine@ermine.pp.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).