exec() in background

Discussion in 'PHP' started by Triexa, Apr 4, 2007.

  1. #1
    How can I execute an external program and let it run in the background, rather than waiting for it to finish before the page is "done"?
     
    Triexa, Apr 4, 2007 IP
  2. wmtips

    wmtips Well-Known Member

    Messages:
    601
    Likes Received:
    70
    Best Answers:
    1
    Trophy Points:
    150
    #2
    If you'll read documentation for exec() function properly you can see the note:
     
    wmtips, Apr 4, 2007 IP
  3. Triexa

    Triexa Active Member

    Messages:
    580
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #3
    I am using imagemagick's "convert", which as far as I am aware does not output anything anywhere (unless there is as problem), so... how do I get around that?
     
    Triexa, Apr 4, 2007 IP