Search
Clear search
Close search
Main menu
Google apps
Groups
Sign in
Groups
jetlang-dev
Conversations
About
Send feedback
Help
jetlang-dev
1–30 of 55
Mark all as read
Report group
0 selected
Mike Rettig
11/5/16
Websockets
I've added client and server websocket implementations to jetlang remoting. https://github.com/
unread,
Websockets
I've added client and server websocket implementations to jetlang remoting. https://github.com/
11/5/16
Mike Rettig
8/13/16
New Core and Remoting Releases
https://github.com/jetlang New versions of jetlang and remoting have been released. Jetlang remoting
unread,
New Core and Remoting Releases
https://github.com/jetlang New versions of jetlang and remoting have been released. Jetlang remoting
8/13/16
Magnus Holm
, …
Mike Rettig
4
12/13/15
Jetlang's fibers are not really fibers?
Jetlang is a lightweight java library. It doesn't change how threads works in the jvm. If code
unread,
Jetlang's fibers are not really fibers?
Jetlang is a lightweight java library. It doesn't change how threads works in the jvm. If code
12/13/15
Mike Rettig
5/23/15
Code moved to github
Google code is shutting down so I moved the jetlang code to github. https://github.com/jetlang Thanks
unread,
Code moved to github
Google code is shutting down so I moved the jetlang code to github. https://github.com/jetlang Thanks
5/23/15
Mike Rettig
7/29/14
Jetlang NioFiber
http://code.google.com/p/jetlang/source/browse/trunk/src/test/java/org/jetlang/fibers/NioFiberTest.
unread,
Jetlang NioFiber
http://code.google.com/p/jetlang/source/browse/trunk/src/test/java/org/jetlang/fibers/NioFiberTest.
7/29/14
mingfai
9/26/13
Fiber pause and resume
hi, I did an experiment to add pause() and resume() methods to PoolFiber that simply change the
unread,
Fiber pause and resume
hi, I did an experiment to add pause() and resume() methods to PoolFiber that simply change the
9/26/13
P Martin
,
Mike Rettig
3
6/21/13
Servers and Remoting
Thanks for your reply! That discussion helps clarify how the remoting works. We do expect robots to
unread,
Servers and Remoting
Thanks for your reply! That discussion helps clarify how the remoting works. We do expect robots to
6/21/13
Ryan Rawson
,
Mike Rettig
3
5/16/13
PoolFiber
Thanks a lot for the reply! I am think I'm getting the design decisions. I also note that if you
unread,
PoolFiber
Thanks a lot for the reply! I am think I'm getting the design decisions. I also note that if you
5/16/13
Yannick Lecaillez
, …
Mike Rettig
4
10/29/12
Bug: Thread waiting forever in RunnableBlockingQueue.swap()
The new release is available for download. http://code.google.com/p/jetlang/downloads/list Mike On
unread,
Bug: Thread waiting forever in RunnableBlockingQueue.swap()
The new release is available for download. http://code.google.com/p/jetlang/downloads/list Mike On
10/29/12
Jason Pell
2
10/24/12
PTP messaging -
Now I think about it, I am kind of assuming from within my single subscriber I need to offload work
unread,
PTP messaging -
Now I think about it, I am kind of assuming from within my single subscriber I need to offload work
10/24/12
Mic
7/13/12
android
Hello, Does Jetlang work also for Android? Thank you in advance. Mic
unread,
android
Hello, Does Jetlang work also for Android? Thank you in advance. Mic
7/13/12
Abraham Menacherry
, …
peter royal
19
5/14/12
Limit messages in MemoryChannel
Yes. An alternate channel implementation is perfectly feasible.I use the MemoryChannel for event
unread,
Limit messages in MemoryChannel
Yes. An alternate channel implementation is perfectly feasible.I use the MemoryChannel for event
5/14/12
Bill La Forge
,
Mike Rettig
5
4/25/12
New releases of JActor and JID
Mike, You are 100% correct. My interest is in very fine-grained actors. Being able to send a billion
unread,
New releases of JActor and JID
Mike, You are 100% correct. My interest is in very fine-grained actors. Being able to send a billion
4/25/12
Alexey Abashev
, …
Mike Rettig
5
4/24/12
Durable message queues
For most of the apps I work on, I first close the external connections as these are most likely the
unread,
Durable message queues
For most of the apps I work on, I first close the external connections as these are most likely the
4/24/12
Abraham Menacherry
,
Mike Rettig
3
3/14/12
Fiber as a scheduled executor
Mike, Thanks for the explanation. I have one non-related query on the SchedulerImpl class. Since the
unread,
Fiber as a scheduled executor
Mike, Thanks for the explanation. I have one non-related query on the SchedulerImpl class. Since the
3/14/12
Abraham Menacherry
,
peter royal
2
2/27/12
Batch Subscription - what is the interval used for?
On Feb 25, 2012, at 10:06 PM, Abraham Menacherry wrote: > Batch subscriber has the following
unread,
Batch Subscription - what is the interval used for?
On Feb 25, 2012, at 10:06 PM, Abraham Menacherry wrote: > Batch subscriber has the following
2/27/12
peter royal
,
Abraham Menacherry
2
2/14/12
0.2.9 released and in maven central
Awesome....:) Thanks! On Feb 14, 6:21 pm, peter royal <peter.ro...@pobox.com> wrote: > there
unread,
0.2.9 released and in maven central
Awesome....:) Thanks! On Feb 14, 6:21 pm, peter royal <peter.ro...@pobox.com> wrote: > there
2/14/12
Abraham Menacherry
, …
peter royal
10
2/13/12
Jetlang in maven central?
yup! -pete -- peter royal - (on the go) On Feb 13, 2012, at 4:03 AM, Abraham Menacherry <
unread,
Jetlang in maven central?
yup! -pete -- peter royal - (on the go) On Feb 13, 2012, at 4:03 AM, Abraham Menacherry <
2/13/12
kaeluka
,
Mike Rettig
5
2/9/12
Problems with Memory-Channel-based ring implementation
Yes, I saw that class and how it is used in examples and unit tests and will definitely use that
unread,
Problems with Memory-Channel-based ring implementation
Yes, I saw that class and how it is used in examples and unit tests and will definitely use that
2/9/12
Bill La Forge
1/6/12
performance?
Hi! I just discovered jetlang on wikipedia and I was wondering about the kind of performance you were
unread,
performance?
Hi! I just discovered jetlang on wikipedia and I was wondering about the kind of performance you were
1/6/12
Abraham Menacherry
,
Mike Rettig
6
12/14/11
Is calling disposable.dispose() necessary on a ChannelSubscription
Mike, Thanks, did changes to only dispose the fiber and it worked just fine. On Dec 13, 3:44 am, Mike
unread,
Is calling disposable.dispose() necessary on a ChannelSubscription
Mike, Thanks, did changes to only dispose the fiber and it worked just fine. On Dec 13, 3:44 am, Mike
12/14/11
David Allsopp
,
Mike Rettig
3
10/31/11
Limit messages in MemoryChannel (Non-blocking)
Mike, Thanks very much, very helpful - that gives me several options to try! Regards, David.
unread,
Limit messages in MemoryChannel (Non-blocking)
Mike, Thanks very much, very helpful - that gives me several options to try! Regards, David.
10/31/11
Carl-Gustaf Harroch
, …
Mike Rettig
8
9/12/11
How does jetlang deal with single thread logic in a multi actor environment
2011/9/9 Holger Hoffstätte <holger.ho...@googlemail.com>: > On 09.09.2011 04:37, Mike
unread,
How does jetlang deal with single thread logic in a multi actor environment
2011/9/9 Holger Hoffstätte <holger.ho...@googlemail.com>: > On 09.09.2011 04:37, Mike
9/12/11
Abraham Menacherry
,
Mike Rettig
3
8/28/11
Remoting examples link is broken
Sorry for late reply, yes now the link is working. It was the "Examples" link in this page
unread,
Remoting examples link is broken
Sorry for late reply, yes now the link is working. It was the "Examples" link in this page
8/28/11
Abraham Menacherry
, …
Mike Rettig
5
8/8/11
Synchronous publishing on memory channel - is it possible
The easiest solution is to create a channel and pass a blocking queue across the channel. The
unread,
Synchronous publishing on memory channel - is it possible
The easiest solution is to create a channel and pass a blocking queue across the channel. The
8/8/11
Abraham Menacherry
,
Mike Rettig
3
8/8/11
Scaling out a Jetlang app - Design q
Mike, Jetlang remoting could definitely be viable. The link for examples on Remoting are not going
unread,
Scaling out a Jetlang app - Design q
Mike, Jetlang remoting could definitely be viable. The link for examples on Remoting are not going
8/8/11
Blue God
,
Mike Rettig
3
7/9/11
FiberManager
Good point, I don't need to keep state for the first service I need to write, therefore will look
unread,
FiberManager
Good point, I don't need to keep state for the first service I need to write, therefore will look
7/9/11
John M
,
Mike Rettig
2
7/9/11
QoS and Jetlang
In production systems, I provide my own BatchExecutor implementation that monitors the queue depth
unread,
QoS and Jetlang
In production systems, I provide my own BatchExecutor implementation that monitors the queue depth
7/9/11
Abraham Menacherry
,
peter royal
3
4/28/11
Runtime exception in callback prevents subsequent publish
pete, Thanks for the tip. On Apr 28, 4:41 am, peter royal <peter.ro...@pobox.com> wrote: >
unread,
Runtime exception in callback prevents subsequent publish
pete, Thanks for the tip. On Apr 28, 4:41 am, peter royal <peter.ro...@pobox.com> wrote: >
4/28/11
Jose de Castro
,
Mike Rettig
4
4/20/11
Message ignored after disposal?
On Wed, Apr 20, 2011 at 10:28 AM, Jose de Castro <loopi...@gmail.com> wrote: > Thanks for
unread,
Message ignored after disposal?
On Wed, Apr 20, 2011 at 10:28 AM, Jose de Castro <loopi...@gmail.com> wrote: > Thanks for
4/20/11