2006/2/6, David MENTRE <[EMAIL PROTECTED]>: > > Well. In fact the lengthy update comes from network access time. I > wanted to avoid thread issues for my relatively simple client > application (I already have enough issues without chasing thread bugs > ;). Maybe one day I'll redesign it with the GUI on one side and all the > network/computation code on the other side, to allow for asynchronous > behavior.
Note that by using equeue and the method to use equeue in lablgtk you can make the gtk event loop to take care of yours network access time (that is you can write your program with callback that are called when one can read/write to the network) _______________________________________________ Demexp-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/demexp-dev
