Jon Hirschi
unread,Mar 15, 2012, 8:11:55 PM3/15/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mach-II for CFML
Hi,
I'm wondering if I can launch a new event from one of my current events, and have the new event run under another request scope, like threading.
So here's what i'm trying to do:
I have a large email list that i need to send emails to (currently about 6000 users). Each of these users have a customized email that includes a personalized set of information.
The way i'm handling this is that i grab a large pool of the information and then do query of queries to filter down the information and individualize the information for each of the users. What i would like to do is that i would like to create a packet/ event for each user and then launch off the request. I think that I should be able to get through most of this in one request, however, actually writing out the email i think is a process that i would like to push out into a new event, because then i could use mach-ii's view pages for each of the emails. the user's packet includes a bunch of queries, structs and arrays, so doing a redirect event or pushing it out as an http wouldn't work because i want to retain the user's packet.
What would be ideal would be to launch it out as a new thread or something similar, to get it out of the controlling request.
Any idea if this is something that i can do through Mach-ii... (hopefully that was enough information)
Thanks!