BITPROX™ Server - Performance

  • Very fast C++ code. Much faster than any scripting, interpreted or byte code instructions. Open to optimizations on any specific hardware.
  • Low memory usage.
  • Multithreading server and applications hosts are able to use direct instructions of multi-core CPUs, multi-processor systems, GPGPUs etc.
  • Ability to apply parallel computing technics, such as OpenCL, CUDA etc.
  • Application process remains in memory during subsequent requests eliminating the costs required to spawn a new process on each request.
  • The server and application code is compiled into machine object code directly. Resulting application can fully use the potential of the target hardware and C++ compilator optimization settings.
  • All servlets within the application can process requests in parallel.

Tags: