Hi,

i'm trying to integrate web.py in the glib mainloop. The problem is,
that i use dbus functions (and signals) inside of the request-handlers
and dbus needs a gmainloop and the gmainloop don't like threads.
i don't want to do 'app.run()' from the web.py framework because this
blocks and i can not start the gmainloop then (gmainloop in an extra
thread or app.run() in an extra thread is not an option because dbus
doesn't like that). i want to iterate the web.py loop by hand.
alternative i need a hook where i can iterate the gmainloop by hand.

TIA

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to webpy@googlegroups.com.
To unsubscribe from this group, send email to 
webpy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to