Re: 64 bit or 32 bit
Andreas Fink <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Kannel won't profit from 64bit in any way unless you intend to send so many SMS that the memory usage would be above 4GB of RAM. So the speed should be the same. Depending on the operating system underneath you could see some slowdown or improvement but I doubt it would make much difference. The compile flags to compile for 64bit or 32bit also depend on the operating sytem. Under MacOS X 10.5 you would use CFLAGS=-arch x86_64 to indicate a compilation for 64bit. Note that all supporting libraries have to be 64bit as well. This includes libxml2 and possibly any database engine like mysql if you use that. On 26.05.2008, at 11:31, Hillel wrote: > Hi, > > We are looking at running Kannel on our 64 bit Server. > > 1. Do Kannel developers experience that Kannel runs faster or slower > on 64 > bit server versus 32 bit OS? > > 2. How do you compile Kannel on a 64 bit OS? Are there any extra > compile > options? > > 3. If we want to compile 32 bit Kannel on a 64 bit OS, will it > compile as > usual or must we use any extra compile options? > > Thanks for any assistance. >