Microsoft
Software
Hardware
Network
Question : how many threads can I create
A great new feature recently introduced to CF is cfthread.
I have found it a life saver for a number of things, but one question niggles at me. How many threads can I create?
I am currenlty using cfthread for the generation of SMSs. I have some code which loops over a subscriber base and sends each an SMS. The problem I had with large numbers is that that it was taking too long to process, so I put each call to the SMS gateway inside its own cfthread.
I now have a client which is going to send out 3,500 SMSs. This means that 3.500 threads are going to be created? Is this too many? Is this going to kill the server, or will they quite comfortably queue up and be processed without server degredation?
Thanks in advance.
Answer : how many threads can I create
You may want to take a look at the following articles and let us know if you need further help:
http://codex.wordpress.org
/Using_Jav
ascript
http://techmasher.co.cc/cu
stom-javas
cript-and-
css-in-
spe
cific-word
press-page
-post/
http://www.fldtrace.com/wo
rdpress/lo
ad-javascr
ipt-on-
spe
cific-page
s-in-wordp
ress
The last article may be of use to you.
Random Solutions
Access Report Ribbon
VMware mount-exe not working in Windows 7 64bit
Loading multi-line field using SQL Loader into Oracle Tables
execution of procedure
Dynamics AX 2009 - AOS Performance
Can't identify windows 2003 server by name on my network
How do I add a due date column, and sort by the document date in AR Statements?
How many database instance that can be supported by SQL Server 2008 Standard Edition?
How to store a set in a field and how to maintain it dyamically?
Counting number of days between two dates using C#