Re: Apache Mina SOCKS support

2007-07-18 Thread 向秦贤
Hi, 2007/7/19, mat <[EMAIL PROTECTED]>: I just asked someone. He said proxy function was configured at the client side. Is that true? Not sure I get your means. The proxy just represent a proxy server, which normally provide a DNS service and network connection. If the network configure

Re: Apache Mina SOCKS support

2007-07-18 Thread mat
I just asked someone. He said proxy function was configured at the client side. Is that true? On 7/19/07, mat <[EMAIL PROTECTED]> wrote: Just curious, it seems SOCKS is kinda useful, why no implemetation available in the market so far? On 7/17/07, Trustin Lee <[EMAIL PROTECTED]> wrote: > > Hi

Re: [jira] Commented: (DIRMINA-388) I try mina with a ftp client, it's sampe codes.

2007-07-18 Thread 向秦贤
Yes, You are right, If they want complex, they can direclty NIO. even so, There are few NIO Applications from NIO occurs. Most people still do blocking applications. From apache ftpserver, through using MINA, they still blocking data channel with traditional style. Those state directly NIO is not

Re: Does mina suppot SOCKS proxy connections?

2007-07-18 Thread mat
Agree. If Mina doesn't support proxy, it really will be a problem in many projects. On 7/14/07, bea <[EMAIL PROTECTED]> wrote: Does anyone have any pointers on how to add support for this? Unfortunately, SOCKS is critical for my project. If I am not able to use the Proxy functionality provided

Re: Apache Mina SOCKS support

2007-07-18 Thread mat
Just curious, it seems SOCKS is kinda useful, why no implemetation available in the market so far? On 7/17/07, Trustin Lee <[EMAIL PROTECTED]> wrote: Hi Moloy, On 7/17/07, Moloy Chatterjee (mchatter) <[EMAIL PROTECTED]> wrote: > Hello Trustin, > > We are trying to use Mina and would be running

Re: Resources to learn how to use Mina

2007-07-18 Thread Simon Aquilina
Thanks Mark, I did come across that page but went to Developers Guide instead of the User Guides. I will follow up those tutorials and try to get some knowledge on Mina :) Thanks and Regards, Sim085 From: "Mark Webb" <[EMAIL PROTECTED]> Reply-To: dev@mina.apache.org To: dev@mina.apache.org

Re: Resources to learn how to use Mina

2007-07-18 Thread Mark Webb
You are at the right place! Here is a link to some documentation: http://mina.apache.org/documentation.html Tutorials can be found here: http://mina.apache.org/documentation.html#Documentation-Tutorials If you have any problems or questions please feel free to ask them on this list. On 7/18/07,

Resources to learn how to use Mina

2007-07-18 Thread Simon Aquilina
Hi, I just came across Mina a few days ago while asking on another forum on whether a framework similar to this existed. To say the least Mina really impressed me, however so far I have been finding it a little difficult to find guides detailing how to install Mina and build applications on to

Re: Selector.wakeup() bottleneck

2007-07-18 Thread Trustin Lee
On 7/18/07, peter royal <[EMAIL PROTECTED]> wrote: On Jul 10, 2007, at 3:31 AM, Trustin Lee wrote: > I found writing messages very fast from many threads sometimes doesn't > scale because the internal implementation of Seletor.wakeup() acquires > an exclusive lock. We could minimize the wakeup()

Antwort: Re: Garbled Data with StreamIoHandler

2007-07-18 Thread Markus . Hampel
Hi Trustin, thank you for the quick response, but unfortunatley the new MINA-Release 1.1.1 doesn't solve my problem. The problem described below still occurs. Here are some infos of my environment: Windows 2000 SP 4 JDK 1.5.0_06 + JDK 1.6.0_01 MINA 1.1.1 Markus "Trustin Lee" <[EMAIL PROTECT

Re: Selector.wakeup() bottleneck

2007-07-18 Thread peter royal
On Jul 10, 2007, at 3:31 AM, Trustin Lee wrote: I found writing messages very fast from many threads sometimes doesn't scale because the internal implementation of Seletor.wakeup() acquires an exclusive lock. We could minimize the wakeup() calls in SocketIoProcessor.flush(), but I don't have any

Re: Please vote for OS Summit Asia 2007

2007-07-18 Thread peter royal
On Jul 17, 2007, at 1:52 AM, Trustin Lee wrote: On 7/16/07, Mark <[EMAIL PROTECTED]> wrote: There are 2 Mina-based proposed talks. I voted for both of them. Look forward to seeing the presentations!! The other one is probably from Peter. Please vote for both then! :) Yup, hedging bets t

Re: Is Spring Integration of MINA recommended?

2007-07-18 Thread peter royal
On Jul 17, 2007, at 6:43 PM, Rob Butler wrote: To use Spring for configuring MINA or not is of course a personal choice. I very much like using Spring to configure MINA. It has made adding filters and other configuration very easy. agreed that its a personal choice. personally, i'm sick o

Re: Garbled Data with StreamIoHandler

2007-07-18 Thread Trustin Lee
Hi Markus, Which version of MINA are you using? We've just released a new version that fixes the problem you are experiencing: http://www.apache.org/dyn/closer.cgi/mina/1.1.1/ We didn't announce the new release because of propagation delay between mirrors. Please use the backup sites if you g

Re: DNS effort summary (Was: Update on Dns server/client ?)

2007-07-18 Thread Rob Butler
> 3) Rob Butler is willing to be an "expert" for a similar effort and he's > already working on a Java5 (not MINA and not SEDA if I understood it > right) implementation. He plan to publish his code under BSD (could be > ASLv2, too). My implementation would not be "MINA or SEDA", but could be use

Re: Is Spring Integration of MINA recommended?

2007-07-18 Thread Rob Butler
Items such as ${CorePoolSize} are loaded from a properties file using a

Re: Is Spring Integration of MINA recommended?

2007-07-18 Thread Mark Webb
I have been using JMX, but not Spring's JMX support. Will investigate this. Thanks! On 7/18/07, Rob Butler <[EMAIL PROTECTED]> wrote: You can't change the filters from Spring's config file, but you could still add filters to your session as normal I believe. IoSession.addLast(blah); You cou

Re: Is Spring Integration of MINA recommended?

2007-07-18 Thread Rob Butler
You can't change the filters from Spring's config file, but you could still add filters to your session as normal I believe. IoSession.addLast(blah); You could also use Spring's great JMX support to implement administrative functions that allow you to add/remove/update filters and parameters wh

Re: DNS effort summary (Was: Update on Dns server/client ?)

2007-07-18 Thread Michael Mealling
My server is MINA 1.1.0 based. What it does is receive an ENUM request (RFC 3761) and chops off the root domain. Then it looks in its config for a list of VOIP peer ENUM roots and creates a new query for the original TN with each peer. It aggregates all of the results, renumbers the priority va

DNS effort summary (Was: Update on Dns server/client ?)

2007-07-18 Thread Stefano Bagnara
James Im ha scritto: > Do you know what is the status of the dns server/client based on mina? I planned to write an (always delayed) update in the past days, so let's "pong" you. Here is my understanding about people opinions: --- 1) MINA PMC decided n

Garbled Data with StreamIoHandler

2007-07-18 Thread Markus . Hampel
Hi, I have problems with garbled data send by a StreamIOHandler. Here is my code (short Version ;-): Server: = new SocketAcceptor().bind( new InetSocketAddress(port), new StreamIoHandler() { protected void processStreamIo( IoSessionsession, InputS

Update on Dns server/client ?

2007-07-18 Thread James Im
Do you know what is the status of the dns server/client based on mina? _ Vælg selv hvordan du vil kommunikere - skrift, tale, video eller billeder med MSN Messenger: http://messenger.msn.dk/ - her kan du det hele