FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » How to Prevent Apache Server From Hanging while running a batch file?
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: How to Prevent Apache Server From Hanging while running a batch file? [message #179809 is a reply to message #179808] Fri, 07 December 2012 08:33 Go to previous messageGo to previous message
M. Strobel is currently offline  M. Strobel
Messages: 386
Registered: December 2011
Karma:
Senior Member
Am 07.12.2012 07:07, schrieb Fastian:
> On Friday, December 7, 2012 9:59:31 AM UTC+5, Jerry Stuckle wrote:
>> On 12/6/2012 11:53 PM, Fastian wrote:
>>
>>> I am using xampp on Windows platform.I am running a batch file with exec() command from my php script. It works well when user gives correct input and batch file completes its execution properly. But if the user give some wrong input and batch file remains unable to complete its execution, apache server hangs. Then I have to restart the server.
>>
>>>
>>
>>> I want that the apache should not hang and it should not be dependent on the execution of the batch file. Just I should be able to correct my input instead of restarting the xampp.
>>
>>>
>>
>>> Can anyone help?
>>
>>>
>>
>>
>>
>> Fix your batch file so it completes execution whether or not the input
>>
>> is correct.
>>
>>
>>
>> --
>>
>> ==================
>>
>> Remove the "x" from my email address
>>
>> Jerry Stuckle
>>
>> JDS Computer Training Corp.
>>
>> jstucklex(at)attglobal(dot)net
>>
>> ==================
>
> Ok. My batch file is as follows:
>
> latex 1.tex
> dvipng 1.dvi
> copy 11.png question-preview
>
> The first command do not runs successfully due to invalid input. Can you please suggest that how can I fix this batch file so that it should work independent of the input.
>

Ask the latex people. In the default configuration, on error latex switches to an
input prompt to ask the user to correct it.

/Str.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Simpler way to validate form fields?
Next Topic: imap_open: Certificate Error, but only in PHP
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Feb 20 09:10:50 GMT 2025

Total time taken to generate the page: 0.04280 seconds