Re: Performance of GMainLoop

2007-07-26 Thread Andreas Stricker
Tomasz Jankowski wrote: > Second thing is GMainLoop's code. I'd like to know how it works. I read > code, but it isn't to understand it for me. Are there any articles about it > or so interesting threads in mailing list's archive? If i will find > something interesting in archive, please tel me whe

Performance of GMainLoop

2007-07-26 Thread Tomasz Jankowski
Hello! I'm working on network application (both server and client). I decided to implement asynchronous socket in my code. I want do this using GMainLoop to avoid writing multi thread application. I will add new GSource to main GMainContext, which will handle each socket or add one GSource, which