Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi. A quick question.
I want to embed Perl in a C++ program (win32 service actually). No big deal, got that working.
Next I want to use a single embedded Perl interpreter from all of the threads in my C++ program. ie: I want to externalise the thread creation and management.
My questions are:
Thanks in advance, and apologies if it's a stupid question.
Phil.
|
|---|