You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Alon Bar-Lev <al...@gmail.com> on 2014/04/15 02:09:33 UTC

sshd - async interface

Hi,

Are there any plans to support async interface for the sshd package?

Enable single/multi threaded implementation based on nio, in which
selector is left within the program main?

The library can return a set of events to wait for including timeout,
so that main program can wait for these among other events it
requires.

The interaction between channel and program can be based on selectable
channel as well, so that program may send/receive data via ssh
protocol being completely async.

Regards,
Alon Bar-Lev

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: sshd - async interface

Posted by Benson Margulies <bi...@gmail.com>.
Why did you send this to the maven mailing list?

On Mon, Apr 14, 2014 at 8:09 PM, Alon Bar-Lev <al...@gmail.com> wrote:
> Hi,
>
> Are there any plans to support async interface for the sshd package?
>
> Enable single/multi threaded implementation based on nio, in which
> selector is left within the program main?
>
> The library can return a set of events to wait for including timeout,
> so that main program can wait for these among other events it
> requires.
>
> The interaction between channel and program can be based on selectable
> channel as well, so that program may send/receive data via ssh
> protocol being completely async.
>
> Regards,
> Alon Bar-Lev
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org