Klingon2008 Posted October 31, 2007 Share Posted October 31, 2007 Is there any 64-bit compiled version of IPB ? I'd like to have an option to install a 64-bit version of IPB on a 64-bit version of PHP. We will run IPB on a ultra-fast server (8 cores, 16GB RAM, SCSI Ultra320 with RAID10 and Win2003/SQL Server 2005 64-bits), but even having 64-bit IIS and 64-bit ASP.NET, we are forced to run IPB/PHP on 32-bit compatibility mode. A 64-bit version of both would help to improve performance - and a IPB.NET would be even better :PBTW if someone else runs IPB on Windows server, take a look at FastCGI:Turbo-charge your PHP applications with the FastCGIhttp://blogs.iis.net/iisnews/archive/2007/1/31/1599359.aspxPerformance tuning PHP 5.2 on IIShttp://www.iis-aid.com/articles/performanc..._php_5_2_on_iis Link to comment Share on other sites More sharing options...
Luke Posted October 31, 2007 Share Posted October 31, 2007 Uh.. first this is not a support forum.Second, IPB does not compile. PHP is a "scripting language". The only "compiling" that is done is changing the source to byte code. Just compile PHP as 64 bit and you will be fine.If you need help, I highly recommend that you open a ticket. Link to comment Share on other sites More sharing options...
bfarber Posted October 31, 2007 Share Posted October 31, 2007 There is no way to make a PHP script "64 bit". You can compile PHP itself as 64 bit, but the PHP engine (whatever version) will run a PHP script made for that version of PHP.Our software is compatible with 4.2 or 4.3 through current (5.2.2 or 5.2.3 right now) Link to comment Share on other sites More sharing options...
nero_merged Posted December 21, 2007 Share Posted December 21, 2007 Hi, you can use a opcode cacher like xcache to save your interpreted script. http://xcache.lighttpd.net/ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.