Re: CVS: commit uwog abiword-plugins/tools/abicollab/handlers/tcp/xp ServerIOHandler.h

From: J.M. Maurer <uwog_at_uwog.net>
Date: Wed Jan 31 2007 - 12:36:02 CET

On Wed, 2007-01-31 at 12:29 +0100, J.M. Maurer wrote:
> On Wed, 2007-01-31 at 00:17 +0000, cvs@abisource.com wrote:
> > Update of /cvsroot/abiword-plugins/tools/abicollab/handlers/tcp/xp
> > In directory abiword.snt.utwente.nl:/tmp/cvs-serv10645
> >
> > Added Files:
> > ServerIOHandler.h
> > Log Message:
> > The server part of the TCP handler now accepts connections asynchroniously (threaded).
> > This TCP backend implementation requires boost, feel free to write a non-boost
> > one :)
> >
>
> I'm gonna do things differently:
>
> - Drop asio, as I can't handle the watches on the socket fd's themselves
> (which means I can't integrate it with the glib main loop afaics now).

hmm, just after I write this, I might have found what I need:

native_type asio::basic_socket< Protocol, SocketService >::native()
  Get the native socket representation. This function may be used to
obtain the underlying representation of the socket. This is intended to
allow access to native socket functionality that is not otherwise
provided.

Interesting,
  Marc
Received on Wed Jan 31 12:35:53 2007

This archive was generated by hypermail 2.1.8 : Wed Jan 31 2007 - 12:35:55 CET