Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Apr : Re: Are you experiencing: Threads / stepping / stalls entire machine ?
| Subject: | Re: Are you experiencing: Threads / stepping / stalls entire machine ? |
| Posted by: | "Alf Beford" (..@home.com) |
| Date: | Sat, 15 Apr 2006 22:22:05 |
I've experienced this many times (Delphi 6, Win2000) - I've no idea what the precise problem is, it's difficult to invoke
reproducibly, I've always put it down to some obscure race condition somewhere that's only triggered under very specific conditions,
but that's not a very satisfying explanation.
"dk_sz" <dk_sz@hotmail.com> wrote in message news:443e6f7e@newsgroups.borland.com...
> I raised this issue in the .ide group couple of days ago
> (subject: "Threads / stepping / stalls entire machine")
>
>
> The basic problem I, and more, experience is:
>
> I can have VCL thread : doing nothing
> I can have one thread : doing whatever simple/complex stuff
> (like : " LocalVarString := LocalVarString ")
> And everything just stalls....
[snip]