|
From: | Juergen Sauermann |
Subject: | Re: [Bug-apl] Solved: Unix socket connection failed |
Date: | Thu, 24 Jul 2014 19:20:52 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 |
Hi Elias,
if have implemented the poll() as a non-default alternative to select() in APserver. Unfortunately I can't reproduce the problems that I had earlier (they occurred in the middle of development), but I would be surprised if poll() would differ from select() in that respect. Anyhow, I made the transport protocol towards APserver configurable so the user can choose what she feels fit. A unique filename is a nice idea but does not work because apl and the APs would have no reliable way to figure it. I am also not very comfortable with deleting files automatically. This should be kept to the absolutely necessary minimum. I really believe that TCP on localhost is a cleaner choice on systems that do not support abstract AF_UNIX sockets. SVN 392. /// Jürgen On 07/24/2014 01:59 PM, Elias Mårtenson wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |