Re: Delphi to take advantage of multiple threads within the compiler>
- From: Arthur Hoornweg <antispam.hoornweg@xxxxxxxxxxxxx>
- Date: Mon, 27 Jun 2005 13:50:57 +0200
marc hoffman schreef:
well. not if the image needs to be remapped, since you can only write one address into any given function pointer - ergo if different processes need to map the dll to different addresses, they by definition cannot share the same physical memory image.
OK, I brainstormed with some colleagues and can now testify that our applications
are indeed affected by this.
We have all modified our $imagebase addresses by experimentally determining the amount of memory needed (using Dependency Walker) and rounding upwards to the nearest 64 K.
The positive results: Our applications now load noticeably faster, and multiple
applications run concurrently with much less physical memory use !!!
This thread has been *very* useful to me indeed! Thank you all for your input.
-- Arthur Hoornweg
(In order to reply per e-mail, please just remove the ".net" from my e-mail address. Leave the rest of the address intact including the "antispam" part. I had to take this measure to counteract unsollicited mail.) .
- References:
- Delphi to take advantage of multiple threads within the compiler>
- From: Fikret Hasovic
- Re: Delphi to take advantage of multiple threads within the compiler>
- From: Eric Grange
- Re: Delphi to take advantage of multiple threads within the compiler>
- From: Ralf Mimoun
- Re: Delphi to take advantage of multiple threads within the compiler>
- From: Mike Swaim
- Re: Delphi to take advantage of multiple threads within the compiler>
- From: marc hoffman
- Re: Delphi to take advantage of multiple threads within the compiler>
- From: Eric Grange
- Re: Delphi to take advantage of multiple threads within the compiler>
- From: Arthur Hoornweg
- Re: Delphi to take advantage of multiple threads within the compiler>
- From: marc hoffman
- Re: Delphi to take advantage of multiple threads within the compiler>
- From: Arthur Hoornweg
- Re: Delphi to take advantage of multiple threads within the compiler>
- From: Wayne Niddery [TeamB]
- Re: Delphi to take advantage of multiple threads within the compiler>
- From: marc hoffman
- Delphi to take advantage of multiple threads within the compiler>
- Prev by Date: Re: On the fate of Object Pascal...
- Next by Date: Re: On the fate of Object Pascal...
- Previous by thread: Re: Delphi to take advantage of multiple threads within the compiler>
- Next by thread: Re: Delphi to take advantage of multiple threads within the compiler>
- Index(es):
Relevant Pages
|
Loading