On Fri, Apr 16, 2010 at 8:21 PM, Manokaran K <[email protected]> wrote:
> > On Fri, Apr 16, 2010 at 6:26 PM, Mahalingam Subramaniam > <[email protected]>wrote: > >> the users will be uploading their data in the form of text through form >> submission(interface) and the script (b) will parse them and place in the >> designated folder in the server side. Then the backend server script will >> pick up these input files from these folders for further processing as input >> before delivering the desired output. These exercise should be automated >> right from file uploading till the target script execution. I have >> individually created all three files using php but waiting for >> synchronization & automation. >> > > Your 'backend' server will be listening on some port and uses some > application level protocol to consume and output data. From the php script, > feed the input and get the output from it using its protocol. > > IMO, it would be simpler to do away with the 'backend' server and put all the processing logic in a script that gets invoked from your php! mano _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
