Search results

  1. S

    if a php script is called twice at exactly the same time what happens?

    basically is php multithreaded?, will 2 copies of the script run, or will it run twice? I mean when its called by apache by 2 people at the same time.
  2. S

    Can a flash script receive tcp connections?

    from the domain that hosts the flash .swf clearly (with the network param set)
  3. S

    if a php script is called twice at exactly the same time what happens?

    basically is php multithreaded?, will 2 copies of the script run, or will it run twice? I mean when its called by apache by 2 people at the same time.
  4. S

    how does php terminate a script when it times-out?

    ok, I have a very exact problem, so please read carefully, I will try to be exact with my explanation. my php script will have an open tcp connection with a client (flash), I would like to know what happens when the script gets to its timeout (after the script has been running to long) does it...
  5. S

    how to start a php server using apache?

    I would like a php server that stays running, but would like to call it from appache. so I can restart it from online. I know you can set a php script to stay running, but how do I call it from a apache served php script so that if it stops running I can restart it by running the php script by...
  6. S

    is there a limit to the time a php connection can stay open?

    I am writing a php server that connects to a client side application in flash, can I keep a tcp connection going indefinitely? I fairly sure you can, as it just interupts and calls the function for data received, so the php script isn't running except if data is being sent or received.
  7. S

    I would like to embed a flash SWF file fullpage in html?

    I am having problems with it working on all browsers, any tricks?
Back
Top