Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Server side

by Anonymous Monk
on Dec 08, 2004 at 04:23 UTC ( [id://413094]=note: print w/replies, xml ) Need Help??


in reply to Re: Running a .exe file in perl/cgi in windows 2000 server
in thread Running a .exe file in perl/cgi in windows 2000 server

I wanna firstly thank you for your reply. Actually that .exe file is not notepad.exe . The whole thing belongs to a web-based program that does some kind of online simulation. The program used to be on Apache server and worked fine. Now I am trying to trasfer it on Windows server. But I came across the problem of processing the cgi files in Windows. That exe file is acutally a simulation exe file which reads some data from another txt file and do some calculation and make another output txt file. So the whole thing would be run on the server side, not client side. The user (client) "submit" some data in a html page which will run the cgi file. The cgi file put the submitted data in a txt file, and then calls the exe file and redirect to another html page which would contain the results of simulation. I have problem running that exe file under windows server! if I run the cgi file in the commandline (perl myfile.cgi), everthing works OK and that output is made. However, from IE , it halts in spite of the fact that the related "process" is called( as I checked in the "processor" tab.)

Replies are listed 'Best First'.
Re: Server side
by Anonymous Monk on Nov 11, 2008 at 08:19 UTC
    Hi, I am facing a similar problem, did you find a solution to this? If yes, can you let me know? Thanks a ton. Karan (anand.karan@gmail.com)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://413094]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-24 00:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found