Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

sshd - async interface

$
0
0
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

Viewing all articles
Browse latest Browse all 5648

Trending Articles