server/client program design advice wanted

From: Junpei (qcg2222_at_yahoo.com)
Date: 05/27/04


Date: 26 May 2004 16:48:48 -0700

Hi, I basically want to create a server program in perl that does two
thing:
1) can receive a request, with parameters from the client to execute a
command with those parameter, and
2) executes the command, and returns some form of output (in this case
a a few 10kilobyte images).
whats the best way to do this? or is there a better way to do this
besides through perl? i've never done network programming so please be
nice :-).



Relevant Pages

  • Re: Wait for background processes to complete
    ... To be able to execute commands in the background and wait for their ... The documentation I am referring to is http://perldoc.perl.org/. ... You can run a command in the background with: ... There is a general problem with perl documentation: ...
    (comp.lang.perl.misc)
  • Re: perl command line arguements
    ... I have associate the perl executable to the .pl extension. ... but fails when I pass the command line arguements. ... When I execute the ...
    (comp.lang.perl.misc)
  • Re: Memory: measuring 5 limitations
    ... >> This will give you information about the execution of the script. ... > Yeah I have shell access and I can execute the time command. ... If you can execute your script *without* typing in perl at the ...
    (comp.lang.perl.misc)
  • RE: setting unix command through perl script
    ... I am automating one task in Perl in which this command is ... If I don't execute this command then entire task would fail. ... setting unix command through perl script ...
    (perl.beginners)
  • Re: Linux
    ... You almost certainly have Perl already installed. ... But the actual command line interpreter should be the same between them. ... put the shebang line as the first line of the script. ... You can then execute the program ...
    (perl.beginners)