Re: What would a good GIOChannel test app need to do?



Daniel, 

Check out the echoclient and echoserver in the examples directory.  The
echoserver uses GIOChannels asynchonously when you specify the
--nonblocking flag (which is a misnomer...).

GNet uses g_io_channel_unix_new.  You might need to fix this.  I'd
gratefully accept a patch if you do.  :-)

David


On Mon, 17 Jul 2000, Joe Shaw wrote:

> > If someone were to write a through GIOChannel test app, what would it 
> > need to do?
> 
> The GNet library is a networking library that uses GIOChannels to
> communicate via sockets. Writing a test program with that is pretty easy,
> and you could use it to test to see if GIOChannels work. Its home page is
> at http://www.eecs.umich.edu/~dhelder/misc/gnet




-- 
      __          _    __  David Helder - University of Michigan
  ___/ /__ __  __(_)__/ /  dhelder@umich.edu
 / _  / _ `/ |/ / / _  /   http://www.eecs.umich.edu/~dhelder
 |_,_/|_,_/|___/_/|_,_/    Jungle Monkey: http://www.junglemonkey.net





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]