- Регистрация
- 02.01.2017
- Сообщения
- 526
- Благодарностей
- 112
- Баллы
- 43
Hi guys, after a lot of work I understand how zenno works with multithread execution: the first block of the project must be a table or list binded from a file.
Now I have a different scenario.
I must to start a project instantly after a web page receive informations and here is my problem.
The page uses MySQL and I use a conncection to database to receive the informations and insert it into a .csv file.
The same file I use in another project as the first block but the zenno can't manage that file like a database of concurrent read/writes (obvious :p).
There is a way to start a multithreaded project with project 1 writing a CSV while project 2 update that CSV?
Now I have a different scenario.
I must to start a project instantly after a web page receive informations and here is my problem.
The page uses MySQL and I use a conncection to database to receive the informations and insert it into a .csv file.
The same file I use in another project as the first block but the zenno can't manage that file like a database of concurrent read/writes (obvious :p).
There is a way to start a multithreaded project with project 1 writing a CSV while project 2 update that CSV?