subclassing multiprocessing.Process

J

James Mills

Hey all,

Just a quick clarification on multiprocessing'
Process object. If I were to subclass this, say:

class Foo(Process):

def foo(self):
...

def run(self):
...

Would the parent and child objects
be identical ? That is, would the same
methods of Foo exist in the child ?

Basically I'm trying to create a Process
object, and within that a Pipe to communicate
between the parent and child processes.

cheers
James
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top