View Single Post
  #1  
Old 06-01-2005, 10:22 AM
fryk fryk is offline
Member
 
Join Date: Jun 2005
Posts: 16
Default Best performance - which technique?

Hello,

We got mid-size script doing several db queries and some computations.

We are trying to achieve as big performance (requests/sec) as possible.

Which techniques should we choose? Can you recommend something?

- php with truckMMcache?
- some kind of php scripts compiling techniques?
- php via fastcgi?
- perl, python or java?
- OR C/C++ FastCGI? (which is ebay platform we think).

Any feedback greatly appreciated!
Reply With Quote