[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: example of a server
[Thread Prev] | [Thread Next]
- Subject: Re: example of a server
- From: Tomasz Mikolajczyk <tmmikolajczyk@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Mon, 16 Apr 2012 17:32:48 +0200
- To: libssh@xxxxxxxxxx
All of that I wrote is just a pseudo code. In the real system I must handle each connection in a separate thread. I will prepare a basic example (in C++ for convenience) and let you know. /Tomek On Mon, Apr 16, 2012 at 5:22 PM, Andreas Schneider <asn@xxxxxxxxxxxxxx> wrote: > On Monday 16 April 2012 17:06:48 you wrote: >> The ssh_execute_message_callbacks is not documented and not used in >> any existing examples. I found it diving into the server.c >> implementation. I'm not sure if I'm using it as designed for. > > We know that serveral people are already using the server part. It isn't as > complete and tested as the client part. A lot of documentation if missing but > we would be glad to get patches for documentation and examples. > > If you want to implement a real server. I would implement a pre-forked model > for handling connections. > > Cheers, > > > -- andreas > > > > -- > Andreas Schneider GPG-ID: F33E3FC6 > www.cryptomilk.org asn@xxxxxxxxxxxxxx > >
Re: example of a server | Andreas Schneider <asn@xxxxxxxxxxxxxx> |
example of a server | Tomasz Mikolajczyk <tmmikolajczyk@xxxxxxxxx> |
Re: example of a server | Tomasz Mikolajczyk <tmmikolajczyk@xxxxxxxxx> |
Re: example of a server | Andreas Schneider <asn@xxxxxxxxxxxxxx> |