[MUD-Dev] Embedding Python
Oliver Jowett
icecube at ihug.co.nz
Fri Mar 24 09:42:34 CET 2000
On Thu, Mar 23, 2000 at 03:18:07PM -0600, Todd McKimmey wrote:
> I wasn't around for the original
> discussion, so I'm unsure as to the advantages of standard python and
> stackless python, but for what I'm using it for, it's working perfectly, and
> the integration of python into c++ (or c for that matter) is dead-on easy.
My original email is archived at:
<URL:http://www.kanga.nu/archives/MUD-Dev-L/2000Q1/msg00296.html>
In summary, microthreads look like they can provide:
- support for multiple (potentially a large number) of Python execution
threads, without requiring the server to be natively multithreaded.
- the ability to catch runaway threads of execution.
.. and the implementation on top of SP is more likely to become mainstream
(and appears easier to extend) than the custom version.
--
Oliver Jowett - icecube at ihug.co.nz - http://homepages.ihug.co.nz/~icecube/
KeyID: 1024/679D94C5 Fingerprint: CD94 5270 E2F4 339F 6A90 05C9 9DE4 EECC
_______________________________________________
MUD-Dev mailing list
MUD-Dev at kanga.nu
http://www.kanga.nu/lists/listinfo/mud-dev
More information about the mud-dev-archive
mailing list