Re: PHP calls python: process vs threads

2006-12-06 Thread Gabriel Genellina
At Wednesday 6/12/2006 13:54, johnny wrote: What I want to do is the following: Web user uploads a word doc, and I need it to move the uploaded word doc, on to another machine and conver it to pdf. Then update the database and allow immediate pdf download. I am thinking of using ftp from mach

PHP calls python: process vs threads

2006-12-06 Thread johnny
What I want to do is the following: Web user uploads a word doc, and I need it to move the uploaded word doc, on to another machine and conver it to pdf. Then update the database and allow immediate pdf download. I am thinking of using ftp from machine 1 -> machine 2, then convert doc to pdf on