Jacob, in his CFObjective talk, Michael did address the situation of performing 
asynchronous processing when Enterprise isn't available (or even MX for that 
matter)...there are ways to do it, at least in a pseudo sort of way. Basically 
it involves creating a "gateway template" and scheduling it to run every x 
minutes. In between scheduled executions, you queue up the data to be processed 
asynchronously in a structure within the server scope and when your gateway 
template comes along it bites off a certain number of items to process (you 
wouldn't want to necessarily do all of them at once in case a LOT of data was 
queued). Every x minutes it comes back, biting off and processing another chunk 
until your queue is empty.

Something along those lines, anyway.


> This is very cool.  I just wish we had Enterprise on our production
> server so I could do this on more than my developer install.  :\ One 
> of
> the first things I did when CF7 was released was try this 
> asynchronous
> processing, and I was very impressed.
> 
> > Of interest to note is the fact that setting the server's 
> > simultaneous gateway thread count to 260 did not increase the 
> > throughput of the thread executions any more than having it 
> > set at 30. 
> 
> It seems that could be a limitation of your server.  If you had a big
> beefy server, like a super computer, I'm sure it would better take
> advantage of those extra threads.
> 
> 
> ----------------
> 
> 
> [INFO] -- Access Manager:
> This transmission may contain information that is privileged, 
> confidential and/or exempt from disclosure under applicable law.  If 
> you are not the intended recipient, you are hereby notified that any 
> disclosure, copying, distribution, or use of the information contained 
> herein (including any reliance thereon) is STRICTLY PROHIBITED. If you 
> received this transmission in error, please immediately contact the 
> sender and destroy the material in its entirety, whether in electronic 
> or hard copy format.  Thank you.   A2
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235482
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to