You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Samuel Doyle <sd...@yahoo.com> on 2006/04/26 02:31:04 UTC

SocketAcceptors?

I've been away from the mailing list and MINA for a
bit since I completed my working prototype using
0.9.0. That being said I've seen mention of what looks
to be another form of binding a service or change
change in the setup code.

Is the following still the standard way of setting
this up or is there a new method?

// Bind
Service service = new Service( this.myName,
TransportType.SOCKET, this.port );
this.myRegistry.bind( service, serviceHandler );

My proxy server is not commercial grade and will
require some more iterations including upgrading to
the latest version of MINA. Is there some new
documentation or fundamentals I should be aware of
between the version I'm using ( 0.9.0 ) and the
latest? Has there been dramatic changes going on in
the project? Should I be monitoring the mailing list
very closely? Will there be an official stable build
soon that we can consider a baseline?

Thanks, S.D.

Re: SocketAcceptors?

Posted by Trustin Lee <tr...@gmail.com>.
As I wrote in the previous message to you, 'registry' package is gone.
Please refer to the examples.  I'm sorry that doco is not yet
production-ready.  We're out of bandwidth these days.  Any help will be
appreciated.

HTH,
Trustin

On 4/26/06, Samuel Doyle <sd...@yahoo.com> wrote:
>
> I've been away from the mailing list and MINA for a
> bit since I completed my working prototype using
> 0.9.0. That being said I've seen mention of what looks
> to be another form of binding a service or change
> change in the setup code.
>
> Is the following still the standard way of setting
> this up or is there a new method?
>
> // Bind
> Service service = new Service( this.myName,
> TransportType.SOCKET, this.port );
> this.myRegistry.bind( service, serviceHandler );
>
> My proxy server is not commercial grade and will
> require some more iterations including upgrading to
> the latest version of MINA. Is there some new
> documentation or fundamentals I should be aware of
> between the version I'm using ( 0.9.0 ) and the
> latest? Has there been dramatic changes going on in
> the project? Should I be monitoring the mailing list
> very closely? Will there be an official stable build
> soon that we can consider a baseline?
>
> Thanks, S.D.
>



--
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP key fingerprints:
* E167 E6AF E73A CBCE EE41  4A29 544D DE48 FE95 4E7E
* B693 628E 6047 4F8F CFA4  455E 1C62 A7DC 0255 ECA6