Re: Monitor Multiple Processes

2007-09-02 Thread Trustin Lee
On 9/1/07, mat <[EMAIL PROTECTED]> wrote: > Hi, Guys > > How do you guys normally monitor multiple processes in different JVMs and on > the different machines. For example, start and stop, CPU, memory usag, maybe > change some configurations in the run time. Thanks a lot. It sounds like an off-top

Re: ThreadLocal with Mina: ok or not?

2007-09-02 Thread Trustin Lee
Hi Maarten, You could add a cwiki page about this wonderful discussion! :D Cheers, Trustin On 8/31/07, Maarten Bosteels <[EMAIL PROTECTED]> wrote: > just saw a rather importatnt typo :-) > > * usage of Thread locals should NOT last longer than one event > > On 8/31/07, Rob Butler <[EMAIL PROTECT

Re: ThreadLocal with Mina: ok or not?

2007-09-02 Thread Trustin Lee
On 8/30/07, Chris Winters <[EMAIL PROTECTED]> wrote: > > >> I'm a Mina newbie, so "the thread pool" he's discussing here is a little > >> fuzzy, It seems from reading the "Configuring thread model" page > >> (http://mina.apache.org/configuring-thread-model.html) that he's > >> referencing > >> an E

Re: ThreadLocal with Mina: ok or not?

2007-09-02 Thread peter royal
On Aug 30, 2007, at 5:51 AM, Chris Winters wrote: Also, if you were fairly risk tolerant and were deploying a new application in about 45 days, would you use 1.1.x or 2.x? 2.x (key phrase being "risk tolerant" :) -pete -- [EMAIL PROTECTED] - http://fotap.org/~osi smime.p7s Descriptio

[jira] Created: (DIRMINA-429) SocketFilterChain.doWrite slows as outstanding writes increase

2007-09-02 Thread peter royal (JIRA)
SocketFilterChain.doWrite slows as outstanding writes increase -- Key: DIRMINA-429 URL: https://issues.apache.org/jira/browse/DIRMINA-429 Project: MINA Issue Type: Improvement

[jira] Created: (DIRMINA-430) SocketSessionImpl.getScheduledWriteBytes slows with size of queue

2007-09-02 Thread peter royal (JIRA)
SocketSessionImpl.getScheduledWriteBytes slows with size of queue - Key: DIRMINA-430 URL: https://issues.apache.org/jira/browse/DIRMINA-430 Project: MINA Issue Type: Improvement

[jira] Commented: (DIRMINA-429) SocketFilterChain.doWrite slows as outstanding writes increase

2007-09-02 Thread peter royal (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524367 ] peter royal commented on DIRMINA-429: - Fixed in 1.1 branch, need to determine if trunk needs fix and apply there

[jira] Commented: (DIRMINA-430) SocketSessionImpl.getScheduledWriteBytes slows with size of queue

2007-09-02 Thread peter royal (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524366 ] peter royal commented on DIRMINA-430: - Fixed in 1.1 branch, need to determine if trunk needs fix and apply there

[jira] Created: (DIRMINA-431) Deadlock in VmPipe mode

2007-09-02 Thread peter royal (JIRA)
Deadlock in VmPipe mode --- Key: DIRMINA-431 URL: https://issues.apache.org/jira/browse/DIRMINA-431 Project: MINA Issue Type: Bug Components: Core Affects Versions: 1.1.2 Reporter: peter royal

[jira] Commented: (DIRMINA-431) Deadlock in VmPipe mode

2007-09-02 Thread peter royal (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524369 ] peter royal commented on DIRMINA-431: - Fixed in 1.1 branch. Need to evaluate trunk to determine if it needs the

stack packet message (ByteBuffer?)

2007-09-02 Thread Sungwon Jung
Hello. I'm develop server with MINA 1.1.1. 1) client send packet to server. message is FF 00 00 01 10 00 00 00 00 00 00 2) server received packet. FF 00 00 01 10 00 00 00 00 00 00 it's right. but, 3) and then client send other packet to server message is FF 00 00 01 20 00 00 00 00 00 00 4) serve

Re: MINA Test Pad

2007-09-02 Thread Trustin Lee
Hi Lóránt, Thanks for your interest in MINA first of all! Let me forward your message to the mailing list so everyone can review your work. Cheers, Trustin On 9/3/07, Lóránt Pintér <[EMAIL PROTECTED]> wrote: > Hi! > > I've had a lot of problems figuring out how events are distributed (what > fo

Re: stack packet message (ByteBuffer?)

2007-09-02 Thread Trustin Lee
Hi Sungwon, On 9/3/07, Sungwon Jung <[EMAIL PROTECTED]> wrote: > Hello. I'm develop server with MINA 1.1.1. > > 1) client send packet to server. > message is FF 00 00 01 10 00 00 00 00 00 00 > 2) server received packet. > FF 00 00 01 10 00 00 00 00 00 00 > > it's right. > > but, > 3) and then clie

[jira] Commented: (DIRMINA-430) SocketSessionImpl.getScheduledWriteBytes slows with size of queue

2007-09-02 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524410 ] Trustin Lee commented on DIRMINA-430: - It also should be fixed in 1.0 branch and in trunk. > SocketSessionImpl.

[jira] Commented: (DIRMINA-429) SocketFilterChain.doWrite slows as outstanding writes increase

2007-09-02 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524411 ] Trustin Lee commented on DIRMINA-429: - It also should be fixed in trunk, too. > SocketFilterChain.doWrite slows

[jira] Commented: (DIRMINA-431) Deadlock in VmPipe mode

2007-09-02 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524412 ] Trustin Lee commented on DIRMINA-431: - Probably both in 1.0 and trunk > Deadlock in VmPipe mode > -

Re: stack packet message (ByteBuffer?)

2007-09-02 Thread Sungwon Jung
thank you! I'm using CumulativeProtocolDecoder. sorry. but I don't want cumulative packet. do I make un-cumulative protocol decoder? or is there un-cumulative protocol decoder in mina? On 9/3/07, Trustin Lee <[EMAIL PROTECTED]> wrote: > Hi Sungwon, > > On 9/3/07, Sungwon Jung <[EMAIL PROTECTED]>

Re: stack packet message (ByteBuffer?)

2007-09-02 Thread Trustin Lee
On 9/3/07, Sungwon Jung <[EMAIL PROTECTED]> wrote: > thank you! > I'm using CumulativeProtocolDecoder. sorry. > but I don't want cumulative packet. > > do I make un-cumulative protocol decoder? or is there un-cumulative > protocol decoder in mina? Well, you have to use cumulative protocol decoder

[jira] Commented: (DIRMINA-428) Message priorities

2007-09-02 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524417 ] Trustin Lee commented on DIRMINA-428: - I'd prefer not to modify IoSession (i.e. adding write(Object, int)) becau

Re: MINA 2.0 release date?

2007-09-02 Thread Trustin Lee
On 8/29/07, Yong Wang <[EMAIL PROTECTED]> wrote: > Is there any schedule that mina 2.0 be released? Not yet. At least before OSSummit Asia 2007 held in November. :D Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP Key ID: 0x0255ECA6

Re: Asynchronous Http Client donation

2007-09-02 Thread Trustin Lee
Happy to hear that you guys are taking care of all the stuff! :D Let's keep the ball rockin' rolling! Trustin On 8/29/07, Mike Heath <[EMAIL PROTECTED]> wrote: > Excellent news! I'm looking forward to playing with this. > > Thanks Mark! > > -Mike > > Mark wrote: > > OK. I have checked in mina-

Re: two processes listening on same port

2007-09-02 Thread Trustin Lee
On 8/28/07, Adam Fisk <[EMAIL PROTECTED]> wrote: > Linux should do the same thing, and it's actually a very important feature. > A lot of protocols rely on this behavior, such as both TCP and UDP NAT > traversal. > > That said, I'm unclear why so many of the examples use setReuseAddress, > although