Groups
Groups
Sign in
Groups
Groups
hawtdispatch
Conversations
About
Send feedback
Help
hawtdispatch
1–30 of 36
Mark all as read
Report group
0 selected
Steffen Reichert
,
Hiram Chirino
3
12/18/13
execute with Futures in Java
I made a working implementation. Do you want to review? Am Dienstag, 17. Dezember 2013 21:24:10 UTC+1
unread,
execute with Futures in Java
I made a working implementation. Do you want to review? Am Dienstag, 17. Dezember 2013 21:24:10 UTC+1
12/18/13
Oliver Plow
,
Hiram Chirino
2
12/2/13
Worker threads for long-runners
Hi Oliver, Just create your own ThreadPool and pass the long running task to be executed on those
unread,
Worker threads for long-runners
Hi Oliver, Just create your own ThreadPool and pass the long running task to be executed on those
12/2/13
Oliver Plow
,
Christian Posta
3
11/26/13
CSP-style select as in Go using HawtDispatch
Hello, I assembled some few classes now to get this accomplished. It is here on GitHub. Some use
unread,
CSP-style select as in Go using HawtDispatch
Hello, I assembled some few classes now to get this accomplished. It is here on GitHub. Some use
11/26/13
Oliver Plow
,
Hiram Chirino
3
8/9/13
Compiler problem with Scala and hawtdispatch-scala-1.12.jar
Thanks, that did it :-). Looks now like this and runs also fine: import org.fusesource.hawtdispatch._
unread,
Compiler problem with Scala and hawtdispatch-scala-1.12.jar
Thanks, that did it :-). Looks now like this and runs also fine: import org.fusesource.hawtdispatch._
8/9/13
jet...@web.de
,
Hiram Chirino
2
7/2/13
How to use DispatchQueue.isExecuting
isExecuting returns true if it's executing on the current thread. The only way you can do that is
unread,
How to use DispatchQueue.isExecuting
isExecuting returns true if it's executing on the current thread. The only way you can do that is
7/2/13
张伟
, …
Hiram Chirino
4
6/25/13
SerialDispatchQueue why need two queues(externalQueue and localQueue)?
Yes. The "is executing" guard is specific to "is executing on current thread". On
unread,
SerialDispatchQueue why need two queues(externalQueue and localQueue)?
Yes. The "is executing" guard is specific to "is executing on current thread". On
6/25/13
Hiram Chirino
, …
Christian Posta
5
6/25/13
Re: [hawtdispatch] Using HawtDispatch to implement Go-style Goroutines
Already tweeted it! On Tuesday, June 25, 2013, wrote: Okay, it got accepted at java.dzone.com: http:/
unread,
Re: [hawtdispatch] Using HawtDispatch to implement Go-style Goroutines
Already tweeted it! On Tuesday, June 25, 2013, wrote: Okay, it got accepted at java.dzone.com: http:/
6/25/13
张伟
, …
Christian Posta
5
6/25/13
metrics question
Thanks Christian Posta and Hiram Chirino very much! 在 2013年6月25日星期二UTC+8上午11时18分49秒,christian.posta写道
unread,
metrics question
Thanks Christian Posta and Hiram Chirino very much! 在 2013年6月25日星期二UTC+8上午11时18分49秒,christian.posta写道
6/25/13
金剑
,
Hiram Chirino
2
6/15/13
Is there a http server based on Hawtdispatch?
I don't think anyone has built one yet. On Saturday, June 15, 2013 7:01:31 AM UTC-4, 金剑 wrote: Hi
unread,
Is there a http server based on Hawtdispatch?
I don't think anyone has built one yet. On Saturday, June 15, 2013 7:01:31 AM UTC-4, 金剑 wrote: Hi
6/15/13
Christian Posta
4/16/13
Re: [hawtdispatch] question about TcpTransport's onConnected method implement?
Maybe in your listener, you can try doing transport.resumeRead() ? When you do transport.start() it
unread,
Re: [hawtdispatch] question about TcpTransport's onConnected method implement?
Maybe in your listener, you can try doing transport.resumeRead() ? When you do transport.start() it
4/16/13
Hiram Chirino
,
Saxo
2
4/4/13
Re: [hawtdispatch] Question about how to implement function queueing
Hello Hiram, thanks for your reply. The lock contention caused by the QueueManager will be a problem.
unread,
Re: [hawtdispatch] Question about how to implement function queueing
Hello Hiram, thanks for your reply. The lock contention caused by the QueueManager will be a problem.
4/4/13
Mario Giammarco
,
Christian Posta
5
3/28/13
Stomp,hawtdispatch,Android: possible jvm bug
Still debugging. I have modified source code to force the workaround. But now I have discovered that
unread,
Stomp,hawtdispatch,Android: possible jvm bug
Still debugging. I have modified source code to force the workaround. But now I have discovered that
3/28/13
Hiram Chirino
,
catshow
2
12/13/12
Re: [hawtdispatch] Chaining Codec's
Hi Hiram, thanks for pointing me to the sample. I really don't understand how it works. In my
unread,
Re: [hawtdispatch] Chaining Codec's
Hi Hiram, thanks for pointing me to the sample. I really don't understand how it works. In my
12/13/12
Holger Peine
,
Hiram Chirino
4
11/17/12
Links to API docs are broken
Should be fixed now. Thanks! On Fri, Nov 16, 2012 at 4:00 PM, Saxo <jet...@web.de> wrote:
unread,
Links to API docs are broken
Should be fixed now. Thanks! On Fri, Nov 16, 2012 at 4:00 PM, Saxo <jet...@web.de> wrote:
11/17/12
JAmes Atwill
,
Hiram Chirino
2
8/23/12
Safe shutdown?
If you don't mind using non-public API's... it's: DispatcherConfig.getDefaultDispatcher()
unread,
Safe shutdown?
If you don't mind using non-public API's... it's: DispatcherConfig.getDefaultDispatcher()
8/23/12
mongonix
, …
christian.posta
3
7/25/12
HawtDispatch and long running async tasks called from Runnables
I believe that's correct. You should be able to call resume from a different thread. If I believe
unread,
HawtDispatch and long running async tasks called from Runnables
I believe that's correct. You should be able to call resume from a different thread. If I believe
7/25/12
Hiram Chirino
,
christian.posta
2
6/29/12
Re: [hawtdispatch] Details about hawtdispatch threading internals
Awesome, thanks for this helpful info. On Thursday, June 28, 2012 3:28:08 PM UTC-7, christian.posta
unread,
Re: [hawtdispatch] Details about hawtdispatch threading internals
Awesome, thanks for this helpful info. On Thursday, June 28, 2012 3:28:08 PM UTC-7, christian.posta
6/29/12
Christopher Hunt
,
Hiram Chirino
2
5/22/12
Interrupting long running tasks and limiting resources consumed
Hi! On Tue, May 22, 2012 at 4:08 AM, Christopher Hunt <hun...@gmail.com> wrote: Hey there, I
unread,
Interrupting long running tasks and limiting resources consumed
Hi! On Tue, May 22, 2012 at 4:08 AM, Christopher Hunt <hun...@gmail.com> wrote: Hey there, I
5/22/12
pohl
,
Hiram Chirino
2
4/1/12
how many thread pools are there really?
You get a fix size thread pool for each dispatch priority being used. The threads in each pool will
unread,
how many thread pools are there really?
You get a fix size thread pool for each dispatch priority being used. The threads in each pool will
4/1/12
Mario Giammarco
,
Hiram Chirino
4
3/18/12
Null pointer when using SSL
Hi, stompjms 1.6 hawtdispatch 1.6 hawtbuf 1.8 (the latest from maven I hope). Il giorno sabato 17
unread,
Null pointer when using SSL
Hi, stompjms 1.6 hawtdispatch 1.6 hawtbuf 1.8 (the latest from maven I hope). Il giorno sabato 17
3/18/12
Jakub Neubauer
,
Hiram Chirino
10
2/24/12
very fast adding runnables in dispatch queue causes all are running in the same thread
Although I don't completely understand why the previous version didn't work, this seems to be
unread,
very fast adding runnables in dispatch queue causes all are running in the same thread
Although I don't completely understand why the previous version didn't work, this seems to be
2/24/12
Ricardo Padilha
,
Hiram Chirino
2
2/20/12
Small copy/paste bug on HawtDispatcher
Good catch. Pushed fix. Thanks! On Mon, Feb 20, 2012 at 10:24 AM, Ricardo Padilha <ricardospadilha
unread,
Small copy/paste bug on HawtDispatcher
Good catch. Pushed fix. Thanks! On Mon, Feb 20, 2012 at 10:24 AM, Ricardo Padilha <ricardospadilha
2/20/12
Jon Brisbin
,
Hiram Chirino
2
10/10/11
task scheduling and thread affinity
Hi Jon, If you want to try pinning a connection to a random thread queue try this: DispatchQueue[]
unread,
task scheduling and thread affinity
Hi Jon, If you want to try pinning a connection to a random thread queue try this: DispatchQueue[]
10/10/11
Jon Brisbin
,
Hiram Chirino
2
10/10/11
Java 7 AIO DispatchSource?
That's a good question. In general I think we should integrate it too. At least so that you can
unread,
Java 7 AIO DispatchSource?
That's a good question. In general I think we should integrate it too. At least so that you can
10/10/11
Jon Brisbin
2
10/4/11
errors using JDK 7 on OS X
BTW- I know there's an error in the test class. I typoed the variable name. The createSource()
unread,
errors using JDK 7 on OS X
BTW- I know there's an error in the test class. I typoed the variable name. The createSource()
10/4/11
Jon Brisbin
,
Hiram Chirino
3
10/3/11
100% CPU usage when ending a test with HawtDispatch
I had continuations enabled in my sbt Project class. That's what was causing the CPU spike. I
unread,
100% CPU usage when ending a test with HawtDispatch
I had continuations enabled in my sbt Project class. That's what was causing the CPU spike. I
10/3/11
Jon Brisbin
,
Hiram Chirino
4
10/3/11
Can I use HawtDispatch for a single-threaded executor?
Hi Jon, Serial dispatch queues execute their tasks on only one thread at a time, but my get moved
unread,
Can I use HawtDispatch for a single-threaded executor?
Hi Jon, Serial dispatch queues execute their tasks on only one thread at a time, but my get moved
10/3/11
Ricardo Padilha
9/8/11
Limited number of data elements from CustomDispatchSource.getData()
Hi, I'm implementing a very high concurrency server and I'm noticing that for heavy loads a
unread,
Limited number of data elements from CustomDispatchSource.getData()
Hi, I'm implementing a very high concurrency server and I'm noticing that for heavy loads a
9/8/11
mongonix
,
Hiram Chirino
3
7/25/11
Question about HawtDispatch NioManager on Windows
OK. Thanks for this clarification. No need to worry then ;-)
unread,
Question about HawtDispatch NioManager on Windows
OK. Thanks for this clarification. No need to worry then ;-)
7/25/11
Siriux
,
Hiram Chirino
3
3/17/11
Missing source on HawtDispatch STOMP example
Thanks, I'll check activemq-apollo and stomp-benchmark. On Thu, Mar 17, 2011 at 4:15 PM, Hiram
unread,
Missing source on HawtDispatch STOMP example
Thanks, I'll check activemq-apollo and stomp-benchmark. On Thu, Mar 17, 2011 at 4:15 PM, Hiram
3/17/11