Jump to content

urosh

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by urosh

  1. I am trying to run two executables at the same time, by forking processes it should be possible? Andif it is possible, i want them to use the same file at the same time, that is one to read from the file, one to write to the file.
  2. Litle clarification. Actually these two functions are two executables. First executable put some information into the file, while second one reads information from the file, and do some work. As second executable is much slower, idea is to try to save some time, by getting available information as soon as it is available. If anyone have an idea if that is possible?
  3. Hi all, i am new with PHP, and i would like to know if it is possible to use one file by two different functions at the same time. That is, one function will read information from the top of the file, while second function will add information on the bottom of the file. Second function is much faster in its job so ther is no problem that first function will come to the end of the file before second function finish its work. Is this possible, or i need to break the file into more files that will be approached by only one function at the time? Thanks in advance Urosh
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.