Jump to content

32-bit-vs-64-bit


emin

Recommended Posts

Hi

I have a project which will be used by aproximetly 1000 users. I'll deploy the app on a server which has 8 GB RAM and 8 Core Intel XEON CPU.
I am not sure which is the best chose for building the project 32-bit Nodes or 64-bit Nodes.

I've check the manuel about the issue. (Manuel link)
The manuel recommends using 32-bit Nodes whenever possible

I wonder if this recomendation still correct.

Thanks in advance for your opinions

Link to comment
Share on other sites

  • Administrators
23 minutes ago, rgreat said:

But 64 bit processes are faster, no?

 

 

Not necessarily. Delphi uses two different compilers for Win32 and Win64. I can't say Delphi Win64 compiler optimizes as good as Win32 compiler. Also from an OS point of view the performance gain from running a native 64-bit app is not that big!

  • Like 1
Link to comment
Share on other sites

can you help me to configure uniSweetAlert component for Windows x64 platform?

2 errors:

Quote

[dcc64 Fatal Error] uniGUI27Core.dpk(30): E2225 Never-build package 'rtl' must be recompiled

[dcc64 Fatal Error] uniExtensions27.dpk(32): E2202 Required package 'uniGUI27Core' not found

thank you

uniSweetAlert.zip

Link to comment
Share on other sites

  • 7 months later...
×
×
  • Create New...