Sorry for not understanding right away, but... Given that you can write a server in python, why do you need to embed that into a C++ server framework? How about putting the functionality you need scripted into a separate server? If you are doing some kind of dynamically scripted server, how about doing that entirely in python? - Thomas