Executing an EXE 24hr online
-
I don't know whether I am asking a stupid thing. I can develop an application that can read emails for me and can send SMS alerts for every new mail. That application keeps on monitoring my inbox. But I want it to execute 24 hr a day. Is it possible to make an exe executing all the time online in some other online service or machine. Something like a program running in cloud(cloud computing)
-
I don't know whether I am asking a stupid thing. I can develop an application that can read emails for me and can send SMS alerts for every new mail. That application keeps on monitoring my inbox. But I want it to execute 24 hr a day. Is it possible to make an exe executing all the time online in some other online service or machine. Something like a program running in cloud(cloud computing)
Whell, any process can run 24 hours a day 365 days a year. All you need to never close or terminate process or shut-down computer. If you attempt to create process designed for monitoring, then I recommend you to create services.
Gjm wrote:
Is it possible to make an exe executing all the time online in some other online service or machine
Normal monitoring application/services needs to be installed on a computer/machines that is supposed to be used.
-
I don't know whether I am asking a stupid thing. I can develop an application that can read emails for me and can send SMS alerts for every new mail. That application keeps on monitoring my inbox. But I want it to execute 24 hr a day. Is it possible to make an exe executing all the time online in some other online service or machine. Something like a program running in cloud(cloud computing)
You might be looking for a windows service. Just check whether creating a Windows Service will help you or not.
Anurag Gandhi.
http://www.gandhisoft.com
Life is a computer program and every one is the programmer of his own life. -
I don't know whether I am asking a stupid thing. I can develop an application that can read emails for me and can send SMS alerts for every new mail. That application keeps on monitoring my inbox. But I want it to execute 24 hr a day. Is it possible to make an exe executing all the time online in some other online service or machine. Something like a program running in cloud(cloud computing)
Don't post the same question to multiple forums :mad:
I know the language. I've read a book. - _Madmatt