in reply to Re: Using objects and basic types from other Perl interpreters transparently.
in thread Using objects and basic types from other Perl interpreters transparently.

Well, after have the resource 100% implemented we can use it in any way! ;-P

Actually you already can make some tests with SCALAR, ARRAY and HASH, since generally this are the types shareds between 2 threads.

Other thing that I can implement is a different IPC system, since I'm using sockets between the RPO Server and the RPO Client, and for a thread or fork system we can use something that doesn't use external things, like shared memory, but need to be a portable resource. Any idea?

Graciliano M. P.
"Creativity is the expression of the liberty".

  • Comment on Re: Re: Using objects and basic types from other Perl interpreters transparently.