stacks writing to stacks questions
Posted: Thu May 09, 2013 3:42 am
Hi,
I'm working on a project that would have a number of independent stacks generate data that would be written to new cards of a separate, single (common) stack. I have two questions about that.
1. In an earlier version of this project I had the multiple, independent stacks merely add the generated data to a common text file. I would occasionally get some scrambled reports, and I was told this was due to the limited abililty of the text file/application to be open for one data transfer, when a second packet would come through. Will changing this to created cards in LC avoid this? My understanding is that almost all database programs would have no problem receiving nearly simultaneous input. What about LiveCode? I'd prefer to stay with LC since I"m somewhat familiar with the language and interface.
2. If I use LC to create this central stack, one that will collect the data as new cards, can that stack be open by another user and continue to receive input, or must it be "closed" in order for the data transfer to work?
I'm hoping I explained that well enough!
NB
I'm working on a project that would have a number of independent stacks generate data that would be written to new cards of a separate, single (common) stack. I have two questions about that.
1. In an earlier version of this project I had the multiple, independent stacks merely add the generated data to a common text file. I would occasionally get some scrambled reports, and I was told this was due to the limited abililty of the text file/application to be open for one data transfer, when a second packet would come through. Will changing this to created cards in LC avoid this? My understanding is that almost all database programs would have no problem receiving nearly simultaneous input. What about LiveCode? I'd prefer to stay with LC since I"m somewhat familiar with the language and interface.
2. If I use LC to create this central stack, one that will collect the data as new cards, can that stack be open by another user and continue to receive input, or must it be "closed" in order for the data transfer to work?
I'm hoping I explained that well enough!
NB