Micah Dowty writes:
 > Hi Everybody,
 > 
 > I recieved this patch from Loic that allows linking cli_c and
 > pgserver into a library, so you can run one app and pgserver in a
 > single process. It's a pretty nifty capability, but I'm afraid that
 > this implementation will interfere with reorganizing the network
 > code later. 

        Mh. Why do you think so ? I've basically added a substitute to
recv/send that is only activated when the feature is compiled in and
not much else. In particular all the network communication logic is
untouched. The basic idea of this patch is to replace the network by a
memory buffer in the most minimalist way.

 > I haven't been able to decide whether to add this to
 > CVS yet, so I thought I'd ask the community :)

        Thanks very much for this :-)

-- 
Loic   Dachary         http://www.dachary.org/  [EMAIL PROTECTED]
12 bd  Magenta         http://www.senga.org/      [EMAIL PROTECTED]
75010    Paris         T: 33 1 42 45 07 97          [EMAIL PROTECTED]
        GPG Public Key: http://www.dachary.org/loic/gpg.txt

_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to