Quick-http

From Bitpost wiki
Revision as of 17:54, 19 February 2017 by M (talk | contribs)

QuickHttp.png

Overview and getting started docs are in the README, visible on github.

This will be for additional project notes that are worthy of sharing.

Quick-http Performance



THREADING DATA-CHANGE NOTES TO REMEMBER

 CONTAINER CHANGES: you MUST use APIRequestCache - try to bundle them to minimize maintenance
 NO CONTAINER CHANGES: if we are writing fairly static data, change it and SET A FLAG to save it in the save loop!
 ARE STRING OPERATIONS THREAD-SAFE?  I would guess NOT!!  Shit.