gs_sarge
Sat Feb 21 18:23:09 CST 2004
You say on the same thread as the caller. In other words, they are in
different threads; threads on the callers side. Am I understanding
that correctly?
On Fri, 20 Feb 2004 21:20:40 +0100, Mattias Sjögren
<mattias.dont.want.spam@mvps.org> wrote:
>Steve,
>
>>If an object is referenced in two different places and a call to the
>>same method is called by both relatively quickly, are different
>>threads spawn for each caller's method call, or is it a single thread?
>
>No threads are spawned when you call a method. The called method
>executes on the same thread as the caller.
>
>
>
>Mattias
>
>--
>Mattias Sjögren [MVP] mattias @ mvps.org
>
http://www.msjogren.net/dotnet/ |
http://www.dotnetinterop.com
>Please reply only to the newsgroup.