asp.net is compiled without any special flags. Therefore even on an
extended 64 bit machine am i bound to either 3GB or 4GB. Anyone know which?
My question is -- is there a memory benefit to running asp.net v 1.1 on an
Extended 64bit machine.
> 32 bit computers can handle up to 4 GB of RAM.
> 64 bit computers can handle a relatively unlimited amount of RAM.
[quoted text clipped - 4 lines]
>> Thanks,
>> KG
Hi, Kevin.
From : http://msdn.microsoft.com/theshow/transcripts/Episode051Transcript.aspx
"There is a flag in the executable, in the binary file itself, in the header file itself,
that tells the operating system in the 32-bit world that you can take advantage
up to 3 gigabytes of memory.
If you've heard about this large address aware flag that is around that is available
in Visual Studio, in the tools, it is just a flag telling the operating system, my
application
understands 32-bit up to 3 gigabytes of memory and knows how to handle that.
In 64-bit what you get immediately is an additional gigabyte.
In 64-bit Windows, each 32-bit process that has this flag set
in his executable header has up to 4 gigabytes of memory available."
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
> asp.net is compiled without any special flags. Therefore even on an extended 64 bit
> machine am i bound to either 3GB or 4GB. Anyone know which?
[quoted text clipped - 10 lines]
>>> Thanks,
>>> KG
Juan T. Llibre - 16 Jul 2005 00:01 GMT
Here's some additional info :
http://download.microsoft.com/download/e/b/a/eba1050f-a31d-436b-9281-92cdfeae4b4
5/mem-mgmt.doc
I'm sure you'll find this document quite interesting.
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
> Hi, Kevin.
>
[quoted text clipped - 36 lines]
>>>> Thanks,
>>>> KG