Projects tagged ‘cache’ and ‘server’


[16 total ]

38 Users
   

XCache is a open-source opcode cacher, which means that it accelerates the performance of PHP on servers. It optimizes performance by removing the compilation time of PHP scripts by caching the ... [More] compiled state of PHP scripts into the shm (RAM) and uses the compiled version straight from the RAM. This will increase the rate of page generation time by up to 5 times as it also optimizes many other aspects of php scripts and reduce serverload. [Less]
Created over 3 years ago.

18 Users
   

eAccelerator is a further development of the mmcache PHP accelerator and encoder. It increases the performance of PHP scripts by caching them in a compiled state, so that the overhead of compiling is almost completely eliminated.
Created over 3 years ago.

11 Users
   

eBox Platform is a unified network server that offers easy and efficient network administration for SMBs, being the open source alternative to Windows Server. eBox Platform can be set up as a ... [More] Gateway, an Infrastructure Manager, a Unified Threat Manager, an Office Server, a Unified Communication Server or a combination of them. These functionalities are tightly integrated, automating most tasks and saving time for system administrators. The company behind eBox Platform, eBox Technologies (www.ebox-technologies.com), offers commercial services such as deployment, support, managed services and training based on eBox Platform. [Less]
Created over 3 years ago.

6 Users
 

Naviserver is a high performance programmable web server written in C and Tcl. It can be easily extended in either language to create interesting web sites and services
Created over 3 years ago.

1 Users

Created 4 months ago.

1 Users

nmdb is a network database (dbm-style) that support multiple protocols to communicate with its clients. It supports TIPC, TCP, UDP and SCTP. It consists of an in-memory cache that saves (key, value) ... [More] pairs, and a persistent backend that stores the pairs on disk. Both work combined, but the use of the backend is optional, so you can use the server only for cache queries, pretty much like memcached. It has a C library with Python, Ruby, D, Bigloo, NewLISP and Haskell bindings. [Less]
Created over 2 years ago.

0 Users

The SqlDataSource control does not support paging on the database server, instead it pulls all records from the database every time the Select method is executed (unless caching is enabled). Paging is ... [More] implemented by the gridview and other data controls by filtering the in-memory dataset. This approach is not very efficient with large datasets. This conrol inherits from the SqlDataSource control and adds a few properties to allow the paging to be handled by the database server so that only the records needed for the current page are pulled from the database server. An example of the SQL code for such a stored procedure can be found at http://aspnet.4guysfromrolla.com/articles/031506-1.aspx [Less]
Created 10 months ago.

0 Users

This is a java implementation of a memcached server and client.
Created 12 months ago.

0 Users

an object-based distributed file system
Created 6 months ago.

0 Users

Turck MMCache is a free PHP accelerator, optimizer, encoder, and dynamic content cache. It increases performance of PHP scripts by caching them in a compiled state, so that the overhead of compiling ... [More] is almost completely eliminated. It also uses some optimizations for speeding up PHP scripts' execution. It typically reduces server load and increases the speed of PHP code by 1-10 times. It is tested with PHP 4.1.0-4.3.3, and Apache 1.3 and 2.0 under Linux and Windows. [Less]
Created over 3 years ago.