>
> > > Bill Arnold wrote:
>
> I just want to point out that there is a world of difference between
> multi-threading and orchestrated multi-tasking. With COM, multiple
> instances of a process can run concurrently, true, and it's a good
> thing, but there is no orchestration, i.e. no "dispatcher" to launch,
> monitor, track and account for async tasks as is required of a
> multi-tasking application.
>
Thanks Bill but not sure I understand the difference and when to use each.
Let's say I am building the server side of a client/server. Its prime
purpose is to run SQL statements and return the results. However sometimes
the clients will be sending data updates so some table/record locking will
then be necessary. In this example would I need multi-threading or
orchestrated multi-tasking?
Cheers,
Nick
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.