Questions tagged [32bit-64bit]
127 questions
0
votes
1 answer
IIS 7.X dual support for 32 bits and 64 bits applications
Here is a fact:
Microsoft Internet Information Server 6.0, imposes deployment restrictions on 32-bit and 64-bit applications. Specifically, IIS 6.0 can either support 32-bit applications or it can support 64-bit applications, but a single IIS…
0
votes
1 answer
websphere application server 32bit to 64bit upgrade
We are running WAS 7.0.0.13 32bit I'd like to upgrade it to 64bit as one of our new apps requires 4GB JVM.
Do you think it's possible to achieve this kind of upgrade without reinstalling the product ?
thanks,
m.

m1k3y3
- 1
- 2
0
votes
2 answers
How many bits in my Ubuntu?
How can I find 32 or 64 bit my OS is? I thought uname returns it, but I can't find it there.
> uname -a
> Linux fl00r 2.6.35-27-generic-pae #48-Ubuntu SMP Tue Feb 22 21:46:58 UTC 2011 i686 GNU/Linux

fl00r
- 575
- 2
- 7
- 20
0
votes
1 answer
How to from IIS 32-Bit to 64-Bit Migration?
How can I transfer to IIS located on Windows Server 2003 64-Bit OS to IIS located on Windows Server 2003 32-Bit OS ?
IIS good now working.But , When I query , that's gives me errors " Error:object reference not set to an instance of an object "…

Cell-o
- 327
- 4
- 15
- 32
0
votes
1 answer
CentOS with both 32bit and 64bit libraries?
Does anybody know the basic jist of what needs to be done to accomplish this?

Luke
- 203
- 1
- 7
0
votes
1 answer
Installing 32-bit Software Outside %windir%\Program Files (x86) on Windows 2008 R2
I have a 32-bit app that I need to install and test on a Windows 2008 R2 server. This app has some dependencies on 3rd party 32-bit software (Oracle 10g client and TCL runtime -- a large portion of the app is TCL scripts). This app also creates…

Patrick Cuff
- 335
- 1
- 3
- 10
0
votes
3 answers
What are the criterias to chose 32-64bit server?
My VPS hosting service allow me to install both Ubuntu 32bit and 64bit.
I need to install Apache, Mysql and Drupal on my server. I was wondering if I should go with 64bit and why ?
more in general
1) Is 32-64bit choice going to create software…

aneuryzm
- 1,714
- 5
- 26
- 41
0
votes
2 answers
SQL Server: 32-bit instance on 64-bit server?
Is there a way to create a 32-bit instance of SQL Server on SQL Server 2008 x64 without installing SQL Server 2008 x32? And if I have to install SQL 2008 x32; is there a problem installing both 32 and 64 on the same server?
I have some FoxPro…
Dusty Lau
0
votes
3 answers
64bit VM guest on Server 2 performance horrible if >2GB RAM
We're a software development shop, and we're experimenting with VMWare Server 2 on Windows XP Professional/32 (corporate standard, can't get away from it) with Windows 2008 x64 as guest for 64-bit testing. We're using VS2008. This is obviously on…
Michal Rysanek
0
votes
2 answers
Performance impact of Win32 + PAE on a JVM
one of my clients insists on installing a Windows 2003 Entreprise OS on a 32 GB RAM server. My application is a java web application (servlet) mostly reading a datawarehouse. This DWH will be running on Oracle 10g.
What will be the impact of this OS…

alci
- 443
- 2
- 6
- 15
0
votes
2 answers
How to get old DLL's running on 64bit server
I'm moving my company's websites from a windows 2003x86 server to windows 2008x64 which is running IIS 7.5.
The problem that I've got is that all the DLL's which were running fine on the old server, now error out whenever they're called. All I get…

quakkels
- 123
- 1
- 1
- 7
0
votes
1 answer
Why aren't my old DLL's running with my app pool in 32bit mode?
I am moving my websites from a server 2003x86 environment to a server 2008x64. the 2008 server is using iis 7.5 and the app pool I am using is configured for 32bit mode. I get an error 'Server object error 'ASP 0177 : 800401f3' Server.createObject…
0
votes
1 answer
Issue running 32-bit executable on 64-bit Windows
I'm using wkhtmltopdf to convert HTML web pages to PDFs. This works perfectly on my 32-bit dev server [unfortunately, I can't ship my machine :-p ]. However, when I deploy to the web application's 64-bit server the following errors are…

David Murdoch
- 492
- 6
- 19
0
votes
1 answer
Can a 32-bit RHEL4 userland work with a 64-bit kernel?
Is there a way to change an i386 RHEL4 machine to run an amd64 kernel, but ensure that it still builds software into same i386 binaries?
On Debian this seems quite straightforward: just install an amd64 kernel (worst case, build one like this…

James
- 627
- 7
- 14
0
votes
5 answers
The best way to transfer all data from a 32-bit DC over to a new 64bit DC?
What is the best way to transfer all user information from a windows 2003 32-bit server to a windows 2003 64-bit server?
TIA
Emil
None