| | HI!! I have a question about CGI!! Can i write C scripts and execute it on the server????? if yes is there a timeout, or can i write a script, that is never stoped??? cu tux |
|
|
How do you mean, never stopped? The output is going to have to end somewhere if you ever want to be able to output it.
If you mean like a script in the background that changes the database every so ofter or so, then that's something completely diffrent. Your script needs to give some sort of output, be it HTML, an Image, or whatever is of use in your web application, but I'm reconing you're not planning on uninteruptedly sending and sending output to your users that enter your page......
thx for your answer!!
yes i want to make a script what modifys the database and it should run in the background. How can i do this??????? cu
Then you need to have a background process running. Log in with SSH and start the process, press Ctrl-Z, you'll see that the process is Stopped. Type "bg" to send it to the background and it'll continue in the background. Typing "fg" will bring it back to the foreground.
I'm not sure whether background processes are allowed, though.
where am I can to learn CGI?
|
|
![]() CGI |
| ADD REPLY / Got an Opinion! | a humble request :-) | RAPID SEARCH! | Free Hosting | [X] |
|
Express your Opinions, Thoughts or Contribute more info. to help others. Ask your Doubts & Queries to get answers, So that "Together We can help others!" |
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP. | 500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE |
|