OÄuz Demirkapı wrote: > Or in general if you would use 32 bit JVM, it may work.
Works for me. > Terry Ford wrote: >> >>Does anyone know if CFMX, mysql, apache, sun's JVM (a) work on 64 bit RHE, >>and (b) if so, do they gain anything in performance? Or should we just stick >>with 32 bit? I'm running 64bit RHEL AS4, Apache in 64bit mode, Jrun (and CF) in 32 bit mode. In my case MySQL is running on another host that is still 32bit and Fedora Core 3, although most of the CF apps are talking to a MSSQL database server. (PHP and Perl web apps are using the MySQL server). Worth noting that in general, 32bit applications will run on 64bit Linux systems as most distributions implement dual libraries. The jrun Apache connector is obviously 64bit clean, I just simply compiled it, slotted it in and stuff worked. Note however, if you expect support from Macromedia, I doubt 64bit host environment is a supported configuration. I've not tried running under a 64bit JVM. CF on linux pulls in a couple of non java .so files, which it wouldn't be able to do if the JVM was 64bit. I don't know what functionality you would lose. My server also runs 'OpenDeploy' to connect with a CMS for static content. OpenDeploy is also Java based. It ships with it's own JVM like Jrun. OpenDeploy has a busy-wait bug, where it just sits there eating all available CPU cycles (doing a 'waitpid' for a non existent PID and retrying the waitpid when it fails). Interwoven won't even acknowledge the issue as they don't support 64bit OSs, even though their application is running in a 32bit runtime environment. Presumably it behaves itself on 32bit RHEL which IS a supported configuration. So if vendor support is important, it might not be worth the small gain to try it. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Linux/message.cfm/messageid:4216 Subscription: http://www.houseoffusion.com/groups/CF-Linux/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14
