Behrad Zari
Behrad Zari
In a simple load test, I saw graphite (carbon_cache) python process memory usage is rapidly eating memory (a few GBs in 5 minutes) and system went to heavy swapping until...
I cloned, and built the docker image (Dockerfile also had a problem not creating /src dir...), however when docker runs the image, I got nginx 502 errors in my grafana...
@davedoesdev @mcollina Does using QlobberDedup improve performance of https://github.com/adpdigital/ascoltatori/blob/master/lib/trie_ascoltatore.js#L43 & https://github.com/adpdigital/ascoltatori/blob/master/lib/trie_ascoltatore.js#L65 since callbacks (functions) are added to the trie?
It seems it can block the loop when sending wildcard messages to huge list of subscribers: https://github.com/mcollina/ascoltatori/blob/master/lib/trie_ascoltatore.js#L53-L55 I noticed usage of `fastparallel` in https://github.com/mcollina/mqemitter/blob/master/mqemitter.js, Can we improve here by `asyncjs`?
Is there any code implementing concatenation of a list of single sms parts based on UDH into long messages (what that normally mobile phones do)? P.S. may be considered as...
It may sound unrelated but I wanna ask if you know of any high performance SMSC simulator for load/traffic testing? Can I use cloudhopper-smpp as a SMSC with zero code...
I have an android lib (aar) which contains a service and it's manifest. How can I wrap it in a Cordova Plugin? Found no samples with a service, manifest structure...
Is there any method to stream a huge table into nodejs process using node-crate? We also tried `pg` module with no success!