Changes between Version 33 and Version 34 of adei2Projects
- Timestamp:
- 04/10/14 14:40:49 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
adei2Projects
v33 v34 69 69 * The lack of cache levels in database - result is medium performance 70 70 * Performance on firefox is very low, because of missing background caching 71 * Frequent requests to the ADEI services for getting datalevels and table name decrease the performance on very low level 71 * Need to be tested server on C, and if somebody have a little bit free time, just see on this part of code -> https://github.com/Dueto/ServerOnC/blob/master/webserver/main.c , it works, but I don't think that it will work stable. 72 * (done)Frequent requests to the ADEI services for getting datalevels and table name decrease the performance on very low level 72 73 * Tasks 73 * Develop websockets on C with binary data 74 * Compare websockets on php and on c 75 * Add service to ADEI for getting all existing datagroups, as result getting all configuration information about each one. 74 * (done)Develop websockets on C with binary data 75 * (done)Compare websockets on php and on c 76 * (done)Add service to ADEI for getting all existing datagroups, as result getting all configuration information about each one. 77 * Debug work with websockets 78 * Add caching right and left data, outside of user view. 76 79 * Add aggregation of points inside data cacher, to compensate lack of data levels in database. 77 80 * Required configuration changes 78 81 * Add more cache levels in database 79 82 * Install OpenSSL (For Websockets on C) 80 * [http://www.cyberciti.biz/tips/linux-unix-connect-mysql-c-api-program.html Install mysql connector for C] 83 * Install levent_pthreads 84 * [https://github.com/payden/libwebsock Install websocket C library] 85 * [http://www.cyberciti.biz/tips/linux-unix-connect-mysql-c-api-program.html Install mysql connector for C] 81 86 * [wiki:devWebSQL Documentation]