On Thu, Dec 9, 2010 at 12:53 PM, Martijn de Munnik <mart...@youngguns.nl> wrote: > Hi, > > We are migrating our webhosting platform from Solaris on I386 to OpenSolaris > on SPARC. It seems our website work a lot faster on the I386 platform than on > the SPARC platform. PHP seems to be the bottleneck and we believe it has > something to do with the performance of PHP arrays. Our test script takes > about 1.5s on I386 and about 4.5s on SPARC. The i386 is a Sun Fire V20z > server, the SPARC is a Sun T5120 server. ... > Any ideas?
That's pretty much what you would expect. Essentially any x64 cpu will be way faster than a T5120. If you're interested in straight speed, then the x64 is a much better choice. If you have a workload where you expect to be doing massive amounts of work in parallel, then the T5120 can give better throughput (although current Intel and AMD cpus can beat a T5120 in throughput as well, as the T5120 is a pretty old box now). -- -Peter Tribble http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/ _______________________________________________ perf-discuss mailing list perf-discuss@opensolaris.org