Gruplar
Gruplar
Oturum açın
Gruplar
Gruplar
jetlang-dev
İleti Dizileri
Hakkında
Geri bildirim gönderin
Yardım
jetlang-dev
1-30/55
Tümünü okundu olarak işaretle
Grubu bildir
0 satır seçildi
Mike Rettig
5.11.2016
Websockets
I've added client and server websocket implementations to jetlang remoting. https://github.com/
okunmadı,
Websockets
I've added client and server websocket implementations to jetlang remoting. https://github.com/
5.11.2016
Mike Rettig
13.08.2016
New Core and Remoting Releases
https://github.com/jetlang New versions of jetlang and remoting have been released. Jetlang remoting
okunmadı,
New Core and Remoting Releases
https://github.com/jetlang New versions of jetlang and remoting have been released. Jetlang remoting
13.08.2016
Magnus Holm
, …
Mike Rettig
4
13.12.2015
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
okunmadı,
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
13.12.2015
Mike Rettig
23.05.2015
Code moved to github
Google code is shutting down so I moved the jetlang code to github. https://github.com/jetlang Thanks
okunmadı,
Code moved to github
Google code is shutting down so I moved the jetlang code to github. https://github.com/jetlang Thanks
23.05.2015
Mike Rettig
29.07.2014
Jetlang NioFiber
http://code.google.com/p/jetlang/source/browse/trunk/src/test/java/org/jetlang/fibers/NioFiberTest.
okunmadı,
Jetlang NioFiber
http://code.google.com/p/jetlang/source/browse/trunk/src/test/java/org/jetlang/fibers/NioFiberTest.
29.07.2014
mingfai
26.09.2013
Fiber pause and resume
hi, I did an experiment to add pause() and resume() methods to PoolFiber that simply change the
okunmadı,
Fiber pause and resume
hi, I did an experiment to add pause() and resume() methods to PoolFiber that simply change the
26.09.2013
P Martin
,
Mike Rettig
3
21.06.2013
Servers and Remoting
Thanks for your reply! That discussion helps clarify how the remoting works. We do expect robots to
okunmadı,
Servers and Remoting
Thanks for your reply! That discussion helps clarify how the remoting works. We do expect robots to
21.06.2013
Ryan Rawson
,
Mike Rettig
3
16.05.2013
PoolFiber
Thanks a lot for the reply! I am think I'm getting the design decisions. I also note that if you
okunmadı,
PoolFiber
Thanks a lot for the reply! I am think I'm getting the design decisions. I also note that if you
16.05.2013
Yannick Lecaillez
, …
Mike Rettig
4
29.10.2012
Bug: Thread waiting forever in RunnableBlockingQueue.swap()
The new release is available for download. http://code.google.com/p/jetlang/downloads/list Mike On
okunmadı,
Bug: Thread waiting forever in RunnableBlockingQueue.swap()
The new release is available for download. http://code.google.com/p/jetlang/downloads/list Mike On
29.10.2012
Jason Pell
2
24.10.2012
PTP messaging -
Now I think about it, I am kind of assuming from within my single subscriber I need to offload work
okunmadı,
PTP messaging -
Now I think about it, I am kind of assuming from within my single subscriber I need to offload work
24.10.2012
Mic
13.07.2012
android
Hello, Does Jetlang work also for Android? Thank you in advance. Mic
okunmadı,
android
Hello, Does Jetlang work also for Android? Thank you in advance. Mic
13.07.2012
Abraham Menacherry
, …
peter royal
19
14.05.2012
Limit messages in MemoryChannel
Yes. An alternate channel implementation is perfectly feasible.I use the MemoryChannel for event
okunmadı,
Limit messages in MemoryChannel
Yes. An alternate channel implementation is perfectly feasible.I use the MemoryChannel for event
14.05.2012
Bill La Forge
,
Mike Rettig
5
25.04.2012
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
okunmadı,
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
25.04.2012
Alexey Abashev
, …
Mike Rettig
5
24.04.2012
Durable message queues
For most of the apps I work on, I first close the external connections as these are most likely the
okunmadı,
Durable message queues
For most of the apps I work on, I first close the external connections as these are most likely the
24.04.2012
Abraham Menacherry
,
Mike Rettig
3
14.03.2012
Fiber as a scheduled executor
Mike, Thanks for the explanation. I have one non-related query on the SchedulerImpl class. Since the
okunmadı,
Fiber as a scheduled executor
Mike, Thanks for the explanation. I have one non-related query on the SchedulerImpl class. Since the
14.03.2012
Abraham Menacherry
,
peter royal
2
27.02.2012
Batch Subscription - what is the interval used for?
On Feb 25, 2012, at 10:06 PM, Abraham Menacherry wrote: > Batch subscriber has the following
okunmadı,
Batch Subscription - what is the interval used for?
On Feb 25, 2012, at 10:06 PM, Abraham Menacherry wrote: > Batch subscriber has the following
27.02.2012
peter royal
,
Abraham Menacherry
2
14.02.2012
0.2.9 released and in maven central
Awesome....:) Thanks! On Feb 14, 6:21 pm, peter royal <peter.ro...@pobox.com> wrote: > there
okunmadı,
0.2.9 released and in maven central
Awesome....:) Thanks! On Feb 14, 6:21 pm, peter royal <peter.ro...@pobox.com> wrote: > there
14.02.2012
Abraham Menacherry
, …
peter royal
10
13.02.2012
Jetlang in maven central?
yup! -pete -- peter royal - (on the go) On Feb 13, 2012, at 4:03 AM, Abraham Menacherry <
okunmadı,
Jetlang in maven central?
yup! -pete -- peter royal - (on the go) On Feb 13, 2012, at 4:03 AM, Abraham Menacherry <
13.02.2012
kaeluka
,
Mike Rettig
5
9.02.2012
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
okunmadı,
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
9.02.2012
Bill La Forge
6.01.2012
performance?
Hi! I just discovered jetlang on wikipedia and I was wondering about the kind of performance you were
okunmadı,
performance?
Hi! I just discovered jetlang on wikipedia and I was wondering about the kind of performance you were
6.01.2012
Abraham Menacherry
,
Mike Rettig
6
14.12.2011
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
okunmadı,
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
14.12.2011
David Allsopp
,
Mike Rettig
3
31.10.2011
Limit messages in MemoryChannel (Non-blocking)
Mike, Thanks very much, very helpful - that gives me several options to try! Regards, David.
okunmadı,
Limit messages in MemoryChannel (Non-blocking)
Mike, Thanks very much, very helpful - that gives me several options to try! Regards, David.
31.10.2011
Carl-Gustaf Harroch
, …
Mike Rettig
8
12.09.2011
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
okunmadı,
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
12.09.2011
Abraham Menacherry
,
Mike Rettig
3
28.08.2011
Remoting examples link is broken
Sorry for late reply, yes now the link is working. It was the "Examples" link in this page
okunmadı,
Remoting examples link is broken
Sorry for late reply, yes now the link is working. It was the "Examples" link in this page
28.08.2011
Abraham Menacherry
, …
Mike Rettig
5
8.08.2011
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
okunmadı,
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.08.2011
Abraham Menacherry
,
Mike Rettig
3
8.08.2011
Scaling out a Jetlang app - Design q
Mike, Jetlang remoting could definitely be viable. The link for examples on Remoting are not going
okunmadı,
Scaling out a Jetlang app - Design q
Mike, Jetlang remoting could definitely be viable. The link for examples on Remoting are not going
8.08.2011
Blue God
,
Mike Rettig
3
9.07.2011
FiberManager
Good point, I don't need to keep state for the first service I need to write, therefore will look
okunmadı,
FiberManager
Good point, I don't need to keep state for the first service I need to write, therefore will look
9.07.2011
John M
,
Mike Rettig
2
9.07.2011
QoS and Jetlang
In production systems, I provide my own BatchExecutor implementation that monitors the queue depth
okunmadı,
QoS and Jetlang
In production systems, I provide my own BatchExecutor implementation that monitors the queue depth
9.07.2011
Abraham Menacherry
,
peter royal
3
28.04.2011
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: >
okunmadı,
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: >
28.04.2011
Jose de Castro
,
Mike Rettig
4
20.04.2011
Message ignored after disposal?
On Wed, Apr 20, 2011 at 10:28 AM, Jose de Castro <loopi...@gmail.com> wrote: > Thanks for
okunmadı,
Message ignored after disposal?
On Wed, Apr 20, 2011 at 10:28 AM, Jose de Castro <loopi...@gmail.com> wrote: > Thanks for
20.04.2011