1. Richard Carrier
  2. PowerBuilder
  3. Saturday, 18 January 2020 00:39 AM UTC

We have a app that runs on remote application servers for 100's of users. I would like to get maximum performance and was going to test a 64bit version.

 

Any know issues or limitations or will it just migrate over ?

 

Any help as always appreciated.

 

Richard

Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Saturday, 18 January 2020 01:41 AM UTC
  2. PowerBuilder
  3. # 1

Hi Richard;

   For the most part, your 32bit App should publish & run as a 64bit application just by deploying as a 64bit. Actually, the only difference is the App's EXE as it's the 64bit "loader". PBD files are already 32/64 bit compliant.

  Some challenges though could be making sure you have 64bit DB drivers, use the LongPtr data type for SDK calls, getting 64bit DLL's and OCX's for 3rd party external products used, installing 64bit MS-Office (if you interface to it) and lastly, some good old thorough testing.

HTH

Regards... Chris

Comment
  1. Richard Carrier
  2. Saturday, 18 January 2020 02:42 AM UTC
I will post how it turns out



Thanks!
  1. Helpful
  1. Miguel Leeuwe
  2. Saturday, 18 January 2020 03:50 AM UTC
I don't think you'll see (much) improvement on performance.

What you WILL get is the possibility to process more data since you can address more memory, like Armeen said.

  1. Helpful
  1. Michael Kramer
  2. Saturday, 18 January 2020 10:12 AM UTC
Remember, 64-bit is P-code only. 64-bit has potentially larger memory space.

Machine code on the other hand has profound effect on looping, math, and function calls.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.