Skip to content

Implement Big Data on Memory in C or Cpp by using Nginx

Taymindis Woon edited this page Oct 5, 2017 · 5 revisions

In order to have load balance with multiple instance, you need to have synchronize Big Data Collection. LockFree HashTable is implement by Atomic design with lockFree feature, And the binary_array can use for indexing purpose for querying the data on cache.

Here is the instruction how to use lockfree hashtable and binary array to spawn a fcgi-function service to share multiple instance.

To be continue ...