Windchill Schedule Queue Vs Unix Cron
Ineed to load some data into Windchill at every specified time interval (say every 2 minutes) by executing a loader utility.The possible solutions could be to use a Windchill schedule queue (or) an Unix Cron job. However I am not sure which one to use for my need.
I understand that Unix cron job gives a better performance as its execution is managed outside Windchill;howeverit requires Windchill authentication information to be passed (as hardcoded values) as arguments to the loader utility.
Any suggestion on this is highly appreciated.
Thanks.

