What do you think
I believe that when new thread is being created, all static data is
initialized inside new thread. What worries me is the fact, that many
'mini' threads will initialize all static data inside application. This
may be somewhat time consuming.
Maybe there should be a possibility to define 'Pure' thread that doesnt
touch any static data, and in turn it could leave static constructors
untouched.
- Threads and static initialization. wrzosk
- Re: Threads and static initialization. Jonathan M Davis
- Re: Threads and static initialization. Vladimir Panteleev
- Re: Threads and static initialization. Jonathan M Davis
- Re: Threads and static initialization. Vladimir Panteleev
- Re: Threads and static initialization. Jonathan M Davis
- Re: Threads and static initialization. Vladimir Panteleev
- Re: Threads and static initialization. Jonathan M Davis
- Re: Threads and static initialization. Pelle Månsson
- Re: Threads and static initializa... Jonathan M Davis
- Re: Threads and static initializa... Pelle Månsson
