RE: [Qpid Dispatcher] Runtime behavior on SunOS

2016-04-21 Thread Adel Boutros
> From: adelbout...@live.com > To: users@qpid.apache.org > Subject: RE: [Qpid Dispatcher] Runtime behavior on SunOS > Date: Thu, 21 Apr 2016 16:47:49 +0200 > > Done.https://issues.apache.org/jira/browse/DISPATCH-289 > > > Subject: Re: [Qpid Dispatcher] Runtime beha

RE: [Qpid Dispatcher] Runtime behavior on SunOS

2016-04-21 Thread Adel Boutros
Done.https://issues.apache.org/jira/browse/DISPATCH-289 > Subject: Re: [Qpid Dispatcher] Runtime behavior on SunOS > To: users@qpid.apache.org > From: tr...@redhat.com > Date: Thu, 21 Apr 2016 10:15:51 -0400 > > Can you attach these to a submitted issue in Jira? (See: > h

Re: [Qpid Dispatcher] Runtime behavior on SunOS

2016-04-21 Thread Ted Ross
42448/0002-Use-connection-refused-constant-from-the-python-errn.patch> -- View this message in context: http://qpid.2158936.n2.nabble.com/Qpid-Dispatcher-Runtime-behavior-on-SunOS-tp7641941p7642448.html Sent from the Apache Qpid users mailing list arch

Re: [Qpid Dispatcher] Runtime behavior on SunOS

2016-04-21 Thread Adel Boutros
<http://qpid.2158936.n2.nabble.com/file/n7642448/0002-Use-connection-refused-constant-from-the-python-errn.patch> -- View this message in context: http://qpid.2158936.n2.nabble.com/Qpid-Dispatcher-Runtime-behavior-on-SunOS-tp7641941p7642448.html Sent from the Apache Qpid users mailing lis

Re: [Qpid Dispatcher] Runtime behavior on SunOS

2016-04-21 Thread Ted Ross
x.com -- View this message in context: http://qpid.2158936.n2.nabble.com/Qpid-Dispatcher-Runtime-behavior-on-SunOS-tp7641941p7642439.html Sent from the Apache Qpid users mailing list archive at Nabble.com. - To unsubscribe, e

Re: [Qpid Dispatcher] Runtime behavior on SunOS

2016-04-21 Thread Adel Boutros
39/connection-refused.patch> ) If you are happy with both patches, I would be happy to create a single patch on the master branch and submit it. Regards, Adel Boutros www.murex.com -- View this message in context: http://qpid.2158936.n2.nabble.com/Qpid-Dispatcher-Runtime-behavior-on-SunOS-t

Re: [Qpid Dispatcher] Runtime behavior on SunOS

2016-04-21 Thread Adel Boutros
ris-pipe.patch> What do you think? Regards, Adel Boutros www.murex.com -- View this message in context: http://qpid.2158936.n2.nabble.com/Qpid-Dispatcher-Runtime-behavior-on-SunOS-tp7641941p7642415.html Sent from the Apache Qpid users mailing list archive at Nabb

Re: [Qpid Dispatcher] Runtime behavior on SunOS

2016-04-20 Thread Adel Boutros
: The *revents *for the "write file descriptor" is actually POLLOUT on both Solaris and Linux which makes sense with the explanation I just provided. -- View this message in context: http://qpid.2158936.n2.nabble.com/Qpid-Dispatcher-Runtime-behavior-on-SunOS-tp7641941p7642395.html Sen

Re: [Qpid Dispatcher] Runtime behavior on SunOS

2016-04-20 Thread adelboutros
from Outlook Mobile From: Andrew Stitcher Sent: Wednesday, April 20, 19:31 Subject: Re: [Qpid Dispatcher] Runtime behavior on SunOS To: users@qpid.apache.org On Wed, 2016-04-20 at 08:03 -0700, Adel Boutros wrote: > Here they are: > > Solaris: > 1)  qdpn_driver_wait_

Re: [Qpid Dispatcher] Runtime behavior on SunOS

2016-04-20 Thread Andrew Stitcher
On Wed, 2016-04-20 at 08:03 -0700, Adel Boutros wrote: > Here they are: > > Solaris: > 1)  qdpn_driver_wait_3:  idx=2, d->fds[idx].revents=*4*, POLLIN=1 > *Test dies here* revents=4 seems to be POLLOUT. Since this is the read end of a pipe (if I understood correctly) I'm not sure why POLLOUT

Re: [Qpid Dispatcher] Runtime behavior on SunOS

2016-04-20 Thread Adel Boutros
until end of test … -- View this message in context: http://qpid.2158936.n2.nabble.com/Qpid-Dispatcher-Runtime-behavior-on-SunOS-tp7641941p7642368.html Sent from the Apache Qpid users mailing list archive at Nabble.com. - To un

Re: [Qpid Dispatcher] Runtime behavior on SunOS

2016-04-19 Thread Andrew Stitcher
On Tue, 2016-04-19 at 09:37 -0700, Adel Boutros wrote: > ... > Checking the man of poll, a positive value of revents indicated there > are > events to read on the pipe whereas a 0 value indicates nothing to > read. This is not exactly correct. revents is a set of flag bits: If it is non zero then

Re: [Qpid Dispatcher] Runtime behavior on SunOS

2016-04-19 Thread Adel Boutros
of poll, a positive value of revents indicated there are events to read on the pipe whereas a 0 value indicates nothing to read. PS: We are working on Qpid-dispatch 0.5.0 Regards, Adel Boutros www.murex.com -- View this message in context: http://qpid.2158936.n2.nabble.com/Qpid-Dispatcher-Ru

Re: [Qpid Dispatcher] Runtime behavior on SunOS

2016-04-14 Thread Ted Ross
On 04/14/2016 01:57 PM, Adel Boutros wrote: Hello, We are trying to use qpid-dispatch on SunOS. Before I ask specific questions, I would like to know why in the readme, it is mentioned "Dispatch will not build on Windows"? Does it imply that the API was built for a pure Linux-oriented OS and

[Qpid Dispatcher] Runtime behavior on SunOS

2016-04-14 Thread Adel Boutros
Hello, We are trying to use qpid-dispatch on SunOS. Before I ask specific questions, I would like to know why in the readme, it is mentioned "Dispatch will not build on Windows"? Does it imply that the API was built for a pure Linux-oriented OS and thus it is expected to have issues on other OSe