in reply to Re: Reading and writting data in a text file with several scripts simultaneously time synchronization problem
in thread Reading and writting data in a text file with several scripts simultaneously time synchronization problem
To: Monk::Thomas
I tried to include a short description on the previous comment, but for simplicity reasons I will pasted also here.
The whole story is that I am creating a main test script that I need it to produce random data and store them into a file for simplicity reasons. The secondary scripts I want them to retrieve the data from the folder, process them and also store their output on separate files, for comparison reasons after. I want to compare how many data were able to process and how fast!
In conclusion even the secondary scripts are test scripts I will choose only one of them to apply on my real goal. I am testing them to see performance under pressure in order to choose the best one.
This is the reason that either I need to store the data to a folder for later retrieving them or into a database. The problem is also that on my real goal several scripts will need to access this folder to retrieve the data.
So I am trying to make my experiments as realistic as possible.
I need to compare the process times. Initially with the folders in different formations and possible create a short script with MySQL also just to observe if there is a huge difference on process time.
P.S. Sorry for the long answer I tried to include everything.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Reading and writting data in a text file with several scripts simultaneously time synchronization problem
by Monk::Thomas (Friar) on May 21, 2014 at 12:25 UTC | |
by thanos1983 (Parson) on May 22, 2014 at 08:11 UTC |