> I guess that I could probably leverage the CPF to accomplish > the same goal, but it just seems a bit unnatural and a fairly > heavy solution. I think it would also be a bit complex and > require more development time. > > The scenario is as follows:: > > a) A user requests content based on some action. I then > spawn potentially several tasks (for the user batch) to > construct the .zip file(s)s containing this content. > b) I then want to notify the user (via email as an example) > that their batch is complete (all of the zip files have been > constructed).
CPF could be a bit too much indeed. But if the user request would be translated to an insert of some shoppinglist (user batch details), then you could create a trigger that acts upon those inserts and have that spawn processes. Why wait 15 minutes if you can start spawning immediately? ;-) The contents of the trigger module would contain the same logic as the scheduled task, so it just means creating a trigger, instead of a scheduled task.. Kind regards, Geert Drs. G.P.H. Josten Consultant http://www.daidalos.nl/ Daidalos BV Source of Innovation Hoekeindsehof 1-4 2665 JZ Bleiswijk Tel.: +31 (0) 10 850 1200 Fax: +31 (0) 10 850 1199 http://www.daidalos.nl/ KvK 27164984 De informatie - verzonden in of met dit emailbericht - is afkomstig van Daidalos BV en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onbedoeld hebt ontvangen, verzoeken wij u het te verwijderen. Aan dit bericht kunnen geen rechten worden ontleend. _______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general
