Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.062 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.01; 'subject:file': 0.07; 'descriptors': 0.16; 'process?': 0.16; 'subject:skip:m 10': 0.16; 'all,': 0.19; 'message-id:@mail.gmail.com': 0.30; 'file': 0.32; 'received:google.com': 0.35; 'implement': 0.38; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'subject:handle': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=khTroLYNYzd6XHMwkdl9ugU2VAko+g4Gr76UeBGeuwM=; b=JjL9xxkaxiKPwsm6WEe8gZvUeoKJpnO9HWQdAKPg/fOi3sGUAPC8mlpoGdfrYRPUlv 2/6E4PXhvG7w2d5jyez8UetGR1c22kMPPJH6QTqm6icJj2Mv4cS6e+hj//aCBfCt6ZW/ Ba5OFg1pNlSWQLi9peXsbTgctslMAFQcxObfyZ+ZBJRrwUmeindSj3FyK+GF9xr4T02Q bDutvOiKViVUcPlqEfFvp48CIpUdG7ZwiUuuu2GdY9x8ePjALtRvfmYcVonp0m0k/K78 h53o17rqaKZYIJK/2HDdSzsh84PzOKJ6iyjHxweF6tlkQecD4o0Cvn5Pi77EcYMtu4LG NXFA== MIME-Version: 1.0 X-Received: by 10.236.8.68 with SMTP id 44mr43213824yhq.39.1395415704032; Fri, 21 Mar 2014 08:28:24 -0700 (PDT) Date: Fri, 21 Mar 2014 20:58:24 +0530 Subject: Implement multiprocessing without inheriting parent file handle From: Antony Joseph To: python-list@python.org Content-Type: multipart/alternative; boundary=089e01634e405a5c4804f51f8972 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1395415713 news.xs4all.nl 2854 [2001:888:2000:d::a6]:55489 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68700 --089e01634e405a5c4804f51f8972 Content-Type: text/plain; charset=UTF-8 Hi all, How can i implement multiprocessing without inherit file descriptors from my parent process? Please help me. regards, Antony --089e01634e405a5c4804f51f8972 Content-Type: text/html; charset=UTF-8
Hi all,

How can i implement multiprocessing without inherit file descriptors from my parent process?

Please help me.

regards,
Antony
--089e01634e405a5c4804f51f8972--