Re: keep application running after logged out
Re: keep application running after logged out
- Subject: Re: keep application running after logged out
- From: Greg Hulands <email@hidden>
- Date: Sat, 21 Jun 2003 11:40:58 +1000
I think you would have to change your architecture a bit as to achieve
this. My suggestion is that you create a daemon process to get the
websites and update the database. Then your AppKit application connects
to the daemon via Distributed Objects and gets the information it needs
to display.
HTH,
Greg
On Friday, June 20, 2003, at 12:32 PM, Tony S. Wu wrote:
I wrote a Cocoa application to grab information from other websites
and update the MySQL database on a server.
And when I finished it, it hit my head like a meteor from outer space
that I can't keep it running after I log out of the server.
I can't always stay logged in because there are a couple other admins
who use Timbuktu to administrate the server.
Is there anyway to run a Cocoa application when no user is logging in?
Thanks a lot!
Tony S. Wu
email@hidden
"The world doesn't give us hope - it gives us chance."
http://homepage.mac.com/tonyswu/tonyswu - My web page.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.