Matt,


In the case of CF, the page request runs on a thread and all items in that
page run within that thread therefore they are always sequential.


However if you have a java or C++ extension that is in itself multi-threaded
and can launch processes the whole thing becomes great fun but CF itself is
still only running 1 thread per request, its the java or C++ extension that
then creates extra threads so CF is blissfully unaware of them. And so it
should be!!!


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

Reply via email to