Jump to content

lolallero

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by lolallero

  1. And it wouldn't get killed. If it is so i'll give it a try. can the application listen on a port like 6632 ? Then i would acces the site by appending ":6632" to the domain name. if i put the application executable(called 'nsite') in /home/username then in cron command i would write "/home/username/nsite" ? (with or without brackets)
  2. I think that the app is killed since it is a child of the script. am i right? Is there a way to run it without timeouts? Is a CRON job feasible?
  3. i still can't understand if the timer kills the script, the exe or both... and is there any solution?
  4. hello i've a compiled web application and the compiler gave me also a cgi/perl script to run it. The problem is that when running the script the application start loading but then "goes offline" according to the UI. is there any timer who kills the exe? or the cgi is killed along with child process? i tried to write a php script to do the work but i got exec() is disabled for security reasons... Can you help me? Thanks in advance.
×
×
  • Create New...