Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.pascal.delphi.misc > #121

Re: Problems with registry after long time?

From "Skybuck Flying" <Windows7IsOK@DreamPC2006.com>
Newsgroups alt.comp.lang.borland-delphi, comp.lang.pascal.delphi.misc
References <e315d9d6-b595-492c-84ea-39b262dcdd77@p2g2000vbj.googlegroups.com> <mt4Bq.223$8O1.198@newsfe07.iad> <eb0830b8-cbf7-4c66-b34c-34fe39e74fcc@v5g2000yqn.googlegroups.com>
Subject Re: Problems with registry after long time?
Date 2011-12-01 02:45 +0100
Message-ID <ed15f$4ed6dc52$5419acc3$1702@cache90.multikabel.net> (permalink)
Organization Ziggo

Cross-posted to 2 groups.

Show all headers | View raw


Maybe the registry code uses vcl stuff, if so it would need to be called 
from a synchronize method.

Perhaps other threads trying to open that key and cause some kind of 
conflict.

Perhaps multiple threads reading from the same memory cell which are right 
next to each other, could cause race condition.

I am not sure if manipulating the registry is "thread safe"... I would guess 
so, but not sure ;)

Perhaps the thread has a memory leak, or maybe a stack overflow, who knows 
;)

Bye,
  Skybuck.

Back to comp.lang.pascal.delphi.misc | Previous | NextPrevious in thread | Find similar


Thread

Problems with registry after long time? Sonnich Jensen <sonnichjensen@gmail.com> - 2011-11-29 03:43 -0800
  Re: Problems with registry after long time? Jamie <jamie_ka1lpa_not_valid_after_ka1lpa_@charter.net> - 2011-11-29 07:47 -0500
    Re: Problems with registry after long time? Sonnich Jensen <sonnichjensen@gmail.com> - 2011-11-30 02:16 -0800
      Re: Problems with registry after long time? Jamie <jamie_ka1lpa_not_valid_after_ka1lpa_@charter.net> - 2011-11-30 08:03 -0500
      Re: Problems with registry after long time? "Skybuck Flying" <Windows7IsOK@DreamPC2006.com> - 2011-12-01 02:45 +0100

csiph-web