Evas/cserve2: Merge branch 'devs/jpeg/cserve2'
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 28 Oct 2013 06:50:57 +0000 (15:50 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 28 Oct 2013 06:51:10 +0000 (15:51 +0900)
commit7338164468370056e35c206a47ca3fe1b1b61f38
tree42603e5b79eb86c8b8154f0b4de8d24107ea9b26
parent9f690ba390fe0922df10cdefe07db8680d5a088f
parent15130078156d849f942fb00c4f37bd708bad0c7b
Evas/cserve2: Merge branch 'devs/jpeg/cserve2'

Improve stability, performance and overall support of
evas cserve2.

In particular:
- Implement shared indexes and memory pools to share cserve's
  internal state with all clients. Apps can then scan these
  indexes and avoid waiting for socket responses when loading
  resources.
- Implement crash resiliency in evas. If cserve2 crashes, apps
  can safely reconnect and continue working as if nothing
  happened.
- Implement support for the GL engine (very basic support so
  far, "just works").
- Improve performance by reusing the scalecache logic.