inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Dec 24, 2014 16:28:47 GMT -8
So, that means it does actually retrive the newest data? Or is the POST call used to just remove the item? Sorry if the answer seems obvious, I haven't really dealt with POST calls much so I don't know much about them.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Dec 24, 2014 17:36:52 GMT -8
It updates the value stored on the server, but I believe it also updates the array in memory. I never setup an experiment to test the on page value after a push because I usually save key changes until last - and then follow with a page change anyways to make sure everything gets updated.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Dec 25, 2014 15:15:33 GMT -8
From my own observations almost all AJAX calls (not just key related calls) to the Proboards server carries with it a payload that updates the locally saved key data for all plugins (if there was a change) among other things such as a flag that basically says whether the search server is still functional or not. There were however some observed inconsistencies which I attributed to originator sometimes (?) not getting notified of actions they had originated (i.e. an [IP/session cookie/unknown common denominator?] that initiated an action that resulted in a change might not get a notification update of the change they caused to occur). There's also a possibility that the feature is scaled back during heavy network traffic. The editable plugin in this post explores this undocumented feature and might help you get a handle on the situation. However keep in mind that the plugin might violate parts of the coding guidelines since it may have morphed and took on the role of exploration rather than concentrating on some tangible end goal. Ultimately it would be great if Proboards documented this behavior with emphasis on explaining the discrepancies to take any of the guess work out of the equation.
|
|