dbTalk Databases Forums  

Re: 64-bit compatibility on AIX

comp.databases.berkeley-db comp.databases.berkeley-db


Discuss Re: 64-bit compatibility on AIX in the comp.databases.berkeley-db forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ron
 
Posts: n/a

Default Re: 64-bit compatibility on AIX - 06-28-2006 , 02:14 PM







Kiran Kumar M R wrote:
Quote:
Hi,

I was using BDB-4.3.28 on AIX in 32 bit mode.
Now we are porting our application to 64 bit.

Is BDB compatible with 64 bit environment.
Are there any known limitation or pitfalls in the 64bit usage.

Please provide information regarding this.


Regards,
Kiran
There should be no problem taking a database file created with a 32-bit
build of Berkeley DB and opening and accessing that file with a 64-bit
build of the library.

However, the same is not true of Berkeley DB environments: it is *not*
possible to open an environment created with a 32-bit build of the
library in a 64-bit application, or vice versa. Further, since the
only
way to share a database file between multiple processes is via a
database environment, there is no way for a 32-bit and a 64-bit
application to access the same database concurrently.

Ron



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.