Re: Safe multithreading in ASP.Net
Thanks fellas. I'm avoiding multithreading in my app.
Chris Smith
"Scott Allen" <bitmask@[nospam].fred.net> wrote in message
news:g1s7h0litu auoe073dv2o1sco dru7vqlk4@4ax.c om...[color=blue][color=green]
> >
> >All due respect, but this is not something which should be attempted by
> >anyone who does not consider himself an expert. And all due respect to
> >"Visual Studio Magazine", but nobody should ever put risky code into
> >production based on one of their articles. This kind of disjointed,[/color][/color]
fluffy[color=blue][color=green]
> >article is why I let my one and only subscription to that magazine lapse.
> >Among other faults, the article skims over teaching about[/color][/color]
synchronization ,[color=blue][color=green]
> >and says nothing at all about what the extra thread can and cannot touch.[/color]
>
> Agreed! Articles like this run a good chance of starting more problems
> than it solves.
>
> --s
> --
> Scott
> http://www.OdeToCode.com[/color]
Thanks fellas. I'm avoiding multithreading in my app.
Chris Smith
"Scott Allen" <bitmask@[nospam].fred.net> wrote in message
news:g1s7h0litu auoe073dv2o1sco dru7vqlk4@4ax.c om...[color=blue][color=green]
> >
> >All due respect, but this is not something which should be attempted by
> >anyone who does not consider himself an expert. And all due respect to
> >"Visual Studio Magazine", but nobody should ever put risky code into
> >production based on one of their articles. This kind of disjointed,[/color][/color]
fluffy[color=blue][color=green]
> >article is why I let my one and only subscription to that magazine lapse.
> >Among other faults, the article skims over teaching about[/color][/color]
synchronization ,[color=blue][color=green]
> >and says nothing at all about what the extra thread can and cannot touch.[/color]
>
> Agreed! Articles like this run a good chance of starting more problems
> than it solves.
>
> --s
> --
> Scott
> http://www.OdeToCode.com[/color]
Comment