> How would I handle scheduled actions with WebObjects. Cron or some other > approach? I'd like to have my application run a daily process to check a > remote client's membership status and update my application's membership > status. > > Thanks, > > Ken
You could write a simple script which invokes curl, calling a DA in your application, and schedule the script as a cron job. You may want to include a level of security/authentication in the call. -- Matt. http://logicsquad.net/ _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
