[Ilugc] to input files to another back endserversidescript

  • From: manokaran@xxxxxxxxx (Manokaran K)
  • Date: Fri Apr 16 20:22:15 2010

On Fri, Apr 16, 2010 at 6:26 PM, Mahalingam Subramaniam <smal@xxxxxxxxxxx>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.

regds,
mano

Other related posts: