Re: [zeromq-dev] pollset in AIX

2016-09-14 Thread Laughing
I am very glad to hear that, thx.
I will send the PR after two day as I am on a holiday now.
Thank you again.




At 2016-09-13 15:30:16, "Luca Boccassi"  wrote:


Oh sorry, I thought poll used pollset. Please do send a PR on Github if you 
have an alternative implementation and we'll merge it.

It should be straightforward to add another alternative with autotools (look in 
acinclude.m4) and cmake, but if you have any doubts don't hesitate to ask here 
or on IRC.

Thanks!



On Sep 13, 2016 02:48, "Laughing"  wrote:



Yes, of course.
The default poller is poll in AIX and there is no pollset poller in ZMQ now.
After I test ZMQ with pollset, I found it can benifit to performance. Then 
I have a suggestion pushing the code with pollset poller to ZMQ.
It can make ZMQ become more attractive.

At 2016-09-12 23:22:55, "Luca Boccassi"  wrote:
>You can already choose to use it, build with "--with-poller=poll" as a
>configure option
>
>On 12 September 2016 at 15:20, 王运来  wrote:
>> I have found pollset is not used in AIX 7.1 platform and I test the ZMQ with
>> pollset poller. The exciting is that my program can benifit from pollset
>> with about 7% performance enhencement.
>> Would you like push the pollset poller in ZMQ?
>>
>>
>>
>>
>>
>> ___
>> zeromq-dev mailing list
>> zeromq-dev@lists.zeromq.org
>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>___
>zeromq-dev mailing list
>zeromq-dev@lists.zeromq.org
>http://lists.zeromq.org/mailman/listinfo/zeromq-dev




 


___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] pollset in AIX

2016-09-13 Thread Luca Boccassi
Oh sorry, I thought poll used pollset. Please do send a PR on Github if you
have an alternative implementation and we'll merge it.

It should be straightforward to add another alternative with autotools
(look in acinclude.m4) and cmake, but if you have any doubts don't hesitate
to ask here or on IRC.

Thanks!

On Sep 13, 2016 02:48, "Laughing"  wrote:

>
> Yes, of course.
> The default poller is poll in AIX and there is no pollset poller in ZMQ
> now.
> After I test ZMQ with pollset, I found it can benifit to performance. Then
> I have a suggestion pushing the code with pollset poller to ZMQ.
> It can make ZMQ become more attractive.
>
>
> At 2016-09-12 23:22:55, "Luca Boccassi"  wrote:
> >You can already choose to use it, build with "--with-poller=poll" as a
> >configure option
> >
> >On 12 September 2016 at 15:20, 王运来  wrote:
> >> I have found pollset is not used in AIX 7.1 platform and I test the ZMQ 
> >> with
> >> pollset poller. The exciting is that my program can benifit from pollset
> >> with about 7% performance enhencement.
> >> Would you like push the pollset poller in ZMQ?
> >>
> >>
> >>
> >>
> >>
> >> ___
> >> zeromq-dev mailing list
> >> zeromq-dev@lists.zeromq.org
> >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> >___
> >zeromq-dev mailing list
> >zeromq-dev@lists.zeromq.org
> >http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
>
>
>
> ___
> zeromq-dev mailing list
> zeromq-dev@lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] pollset in AIX

2016-09-12 Thread Laughing


Yes, of course.
The default poller is poll in AIX and there is no pollset poller in ZMQ now.
After I test ZMQ with pollset, I found it can benifit to performance. Then 
I have a suggestion pushing the code with pollset poller to ZMQ.
It can make ZMQ become more attractive.

At 2016-09-12 23:22:55, "Luca Boccassi"  wrote:
>You can already choose to use it, build with "--with-poller=poll" as a
>configure option
>
>On 12 September 2016 at 15:20, 王运来  wrote:
>> I have found pollset is not used in AIX 7.1 platform and I test the ZMQ with
>> pollset poller. The exciting is that my program can benifit from pollset
>> with about 7% performance enhencement.
>> Would you like push the pollset poller in ZMQ?
>>
>>
>>
>>
>>
>> ___
>> zeromq-dev mailing list
>> zeromq-dev@lists.zeromq.org
>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>___
>zeromq-dev mailing list
>zeromq-dev@lists.zeromq.org
>http://lists.zeromq.org/mailman/listinfo/zeromq-dev
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] pollset in AIX

2016-09-12 Thread Luca Boccassi
You can already choose to use it, build with "--with-poller=poll" as a
configure option

On 12 September 2016 at 15:20, 王运来  wrote:
> I have found pollset is not used in AIX 7.1 platform and I test the ZMQ with
> pollset poller. The exciting is that my program can benifit from pollset
> with about 7% performance enhencement.
> Would you like push the pollset poller in ZMQ?
>
>
>
>
>
> ___
> zeromq-dev mailing list
> zeromq-dev@lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

[zeromq-dev] pollset in AIX

2016-09-12 Thread 王运来
I have found pollset is not used in AIX 7.1 platform and I test the ZMQ with 
pollset poller. The exciting is that my program can benifit from pollset with 
about 7% performance enhencement.
Would you like push the pollset poller in ZMQ?___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev