Quick-http: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
Line 6: Line 6:


[[Quick-http Performance]]
[[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.

Revision as of 17:54, 19 February 2017

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.