I need to implement my own main event loop in C++ which will be based on GLib library. I don\'t know where to begin. I studied s开发者_如何学Come materials about GLib, but it doesn\'t help me to know,
I understand that it\'s considered bad design to use a normal, threaded webserver (e.g., Apache) for AJAX long polling…but I don\'t really understand why.
Does anyone know or have good links that explain what iPhone\'s event loop does under the hood? We are using a custom event loop in our OpenGL-based iPhone game framework. It calls our game rendering
My application is very database intensive so I\'ve tried really hard to make sure the application and the MySQL database are working as efficiently as possible together.