Evas has an (optional) module that provides client-server infrastructure to share bitmaps across multiple processes, saving data and processing power.  
More...
Evas has an (optional) module that provides client-server infrastructure to share bitmaps across multiple processes, saving data and processing power. 
Be warned that it doesn't work when threaded image preloading is enabled for Evas, though. 
◆ evas_cserve_want_get()
Retrieves if the system wants to share bitmaps using the server. 
- Returns
- EINA_TRUEif it wants,- EINA_FALSEotherwise.
 
 
◆ evas_cserve_connected_get()
Retrieves if the system is connected to the server used to share bitmaps. 
- Returns
- EINA_TRUEif it's connected,- EINA_FALSEotherwise.
 
 
◆ evas_cserve_stats_get()
Retrieves statistics from a running bitmap sharing server. 
- Parameters
- 
  
    | stats | pointer to structure to fill with statistics about the bitmap cache server. |  
 
- Returns
- EINA_TRUEif- statswere filled with data,- EINA_FALSEotherwise (when- statsis untouched)
 
 
◆ evas_cserve_config_get()
Retrieves the current configuration of the Evas image caching server. 
- Parameters
- 
  
    | config | where to store current image caching server's configuration. |  
 
- Returns
- EINA_TRUEif- configwas filled with data,- EINA_FALSEotherwise (when- configis untouched)
The fields of config will be altered to reflect the current configuration's values.
- See also
- evas_cserve_config_set() 
 
 
◆ evas_cserve_config_set()
Changes the configurations of the Evas image caching server. 
- Parameters
- 
  
    | config | A bitmap cache configuration handle with fields set to desired configuration values. |  
 
- Returns
- EINA_TRUEif- configwas successfully applied,- EINA_FALSEotherwise.
- See also
- evas_cserve_config_get()