Mark all the tasks starting with their user_ID

such as:  A101_SendStatReport

that would mean that User ID 101 has a
scheduled task called SendStatReport

The A is just a place holder. Nothing more.

The when you need to list all those for the user:

WHERE Scheduled_Task LIKE 'A101_%'

If it were databased or loop through the Task list
and show only those that match the _expression_.

>>> [EMAIL PROTECTED] 10/01/03 09:11AM >>>
so if someone was going to make it so that cfscheduled events were
individual to a user, and then give
the user access to modify/update/delete/change the frequency how would
one
make it so that
the tasks scheduled were unique to a user?  I know how to get a list of
all
of the scheduled tasks
and I know I could keep a record in sql server of each one scheduled,
but I
don't really see much
that could be unique so as to indentify to the cf server when the user
pulls
up theirs...that its unique
to them...maybe the username field?

any ideas?


...tony

tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337

-----Original Message-----
From: Randell B Adkins [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 01, 2003 8:47 AM
To: CF-Talk
Subject: Re: cfschedule | scheduled tasks

We run a scheduled process via CFSCHEDULE to send approximately 2,000
emails
to members all in one shot. I think we have it set to kickoff at 5AM in
the
morning.

Have had it running for a good while now w/o a problem.

>>> [EMAIL PROTECTED] 10/01/03 08:42AM >>>
hi there.

just thinking about how to dynamically send reports to clients on a
schedule
and wondering how solid cfschedule and the scheduled tasks are in cfmx?
I
mean, does it barf or slow down or run into issues at any point in
time/related to the amount of scheduled tasks are requested to run?  if
I
have 100 clients that want a report @ midnight each Friday sent to an
email,
does cf tend to be the bottleneck?  or would you say that they sql
server or
email server would be the bottleneck?  any experiences good/bad would
be
nice :)

thanks!

...tony

tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337


________________________________



[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to