I have a windows workstation that I store large amounts of test data. Other users store data on the server and I run perl scripts on the data to convert the data (post data processing). I have to be remote logged onto the workstation to run my scripts to do the post data processing. I would like to allow other users (who don’t have remote log on access) to run the scripts from the shared link. The problem with running from a “shared” link is that it tries to run the post data processing perl script on the external users local machine. I started to set up a socket to the workstation that simple runs the post data processing script when accessed. Is the socket over kill? Is there an easier way to tell the script to run on the computer that it is stored and not the computer that it is running the script? The data is way too large to change the script to work across the network (moving folders etc.). If socket method is the way to go how do I run the socket (IO::Socket::INET) in the background? Thanks.


In reply to Socket or not by patmcl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.