This content has been marked as final.
Show 3 replies
-
1. Re: AIO Buffer & Executors Optimization Update
clebert.suconic May 4, 2009 11:41 PM (in response to clebert.suconic)BTW: What happened to perfSender and perfListener?
We were using those to measure the release on Alpha. I was using those to measure AIO. -
2. Re: AIO Buffer & Executors Optimization Update
timfox May 5, 2009 5:47 AM (in response to clebert.suconic)"clebert.suconic@jboss.com" wrote:
BTW: What happened to perfSender and perfListener?
We were using those to measure the release on Alpha. I was using those to measure AIO.
PerfSender and PerfListener used the old example framework so could not work as is with the new one.
You could port them to the new framework. -
3. Re: AIO Buffer & Executors Optimization Update
ataylor May 5, 2009 6:16 AM (in response to clebert.suconic)PerfSender and PerfListener used the old example framework so could not work as is with the new one.
You could port them to the new framework.
I had this as a todo. Typically the examples start the server as part of the examples. For this i was going to have a separate target since the producers/consumers can be started in different orders. so something like,ant runServer; ant runConsumer; ant runProducer;
Clebert, feel free to port them.