evas/cserve2: Add debug and reduce number of GLYPHS_USED messages
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 11 Oct 2013 06:36:11 +0000 (15:36 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 28 Oct 2013 06:47:16 +0000 (15:47 +0900)
commit7b62d77cf5441b89c17ff082204a6908259bd4c3
tree7733379db7914b839eb8005eb999ae7162ed4bc5
parent4c44b5a553290f0e35675974da59b1205e06e850
evas/cserve2: Add debug and reduce number of GLYPHS_USED messages

One socket message was sent per each glyph used ... which means
a LOT of messages when text is being redrawn.

Reduce this flow of messages by triggering send() only when
50+ items are being used.
Btw, USED is a bit useless as there is no UNUSED equivalent.

Also, slightly improve debug logs.
src/bin/evas/evas_cserve2_main.c
src/lib/evas/cserve2/evas_cs2_client.c