Re: Inlining C++ libraries that are threaded and need to callback to perl

2001-08-26 Thread Neil Watkiss
Piers Harding [26/08/01 09:16 +0100]: Hi All, There are two parts to this question, so please bare with me: [snip] (2) with Inline::CPP - a lot of the header files for the JECL libraries seem to conflict badly with those of perl - to get round this I hacked Inline::CPP so that I

Re: Inlining C++ libraries that are threaded and need to callback to perl

2001-08-26 Thread Piers Harding
Thanks for the reply - I have tried doing direct ( unprotected - no locking ) calls back into the parent interpreter - this barfed badly. 2ndly I have tried the approach of creating separate interpreter instances perthread ( usemultiplicity ) which appears to work fine except that I am still