Will Orion and other modules be going 64bit anytime soon? I can only imagine how much that would help the program when running on a 64bit platform which is fairly common at this point.
Donald,
I've asked this question internally, and the answer is not that simple. Running in 64-bit actually adds overhead, and unless the program specifically needs the 64-bits, it's often actually slower in 64-bit than in 32-bit mode.
So the answer to your question is that it's not a priority except where is solves a specific problem. If we need a service to access more memory than is allowed by 32-bits, for instance, we might compile in 64-bit mode, but otherwise, it's not a priority.
It would seem to me, that all the Orion apps would benefit from memory footprint of a 64-bit OS. Perhaps that has nothing to do with the painful slowness of using Orion via the web interface, but it'd be nice to have more RAM and be able to use it without the sort of cheap trick of PAE.
Peter
From one of our architects:
I researched this extensively when I was having performance issues ~6 months ago. Correct me if I'm wrong but because Orion is a 32 bit application, even when it is run in 64 bit Windows, it will still have a maximum of only 2 GB of memory addressable. Right? It has something to do with the way 64 bit Windows emulates 32 bit mode for those apps that require it.
If that is correct, then the net gain is very small, as the OS would be able to run in other memory but Orion would still be limited to 2 GB. However, if they were to compile and release a 64 bit version of Orion, then it would be a whole new ballgame.