Hi all,
I succesfully experimented along with the guidelines found in this tutorial.
Now, for the real thing, I'm concerned about the buffersize limit. In that same tutorial as an alternative it's suggested to go with a temp file and single-threading the handlers.
My question is, do we have any other better alternative?
What I need to accomplish is a simple data sync at B4A app start-up between the B4J middle-layer and the B4A app. That mens that the webserver reads data from a MySql DB, prepares a list (or other object) and pass it to the B4A app, receiving in exchange new data to write to the DB. This happens a few (very few) times a day with a limited number of users (so the file solution may work well).
Any suggestion? TIA
udg
I succesfully experimented along with the guidelines found in this tutorial.
Now, for the real thing, I'm concerned about the buffersize limit. In that same tutorial as an alternative it's suggested to go with a temp file and single-threading the handlers.
My question is, do we have any other better alternative?
What I need to accomplish is a simple data sync at B4A app start-up between the B4J middle-layer and the B4A app. That mens that the webserver reads data from a MySql DB, prepares a list (or other object) and pass it to the B4A app, receiving in exchange new data to write to the DB. This happens a few (very few) times a day with a limited number of users (so the file solution may work well).
Any suggestion? TIA
udg