It seems I was missing something: ChannelSession#setDataReceiver() allows me to create an asynchronous receiver of data.
Is there a way to do asynchronous non-blocking writes? On Monday, March 31, 2014 at 3:38 PM, Jaka Jančar wrote: > Hi, > > Am I missing something or is sshd's Command interface really blocking? > > Isn't the point of MINA to provide async tools? > > I would like to support thousands of users connected to a ssh concurrently. > > Jaka > >
