Yes, I need to know how many different people are on our website. We just launched this program and already have over 10k members, so the problem is that there are people on this website all the time.

Therefore If I make a change to the core files, and someone is loading the file they get an error. I want to minimize that so it would be very helpful if I can figure out how many people are on the main scripts which there are two of them the index.cgi script and the members.cgi script, both of them load the same core files. So if I can figure out how many different people are on them I can try to upload the files when there are none, or just a few. I can pass a message to all visitors that says "we are updating a core file if you get an error please wait 2 minutes and try again. sorry for the inconvenience... blah blah... whatever..." Anyhow, I try to keep each file a small file, like 2k lines or less, then I just pull each file in from the main core file. That way when I upload it uploads really fast, so it does not cause much interuption.

I appreciate everything.
thx,
Richard

In reply to Re^2: Other Script Processes by powerhouse
in thread Other Script Processes by powerhouse

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.