Hello!
I'm really want to check if the concurrent access works rigth.
First, the form is filled.
Second, the data of form are checked.
Lastly, it inserts/deletes/searchs data in the database.
So, I want to check if these operations (inserts/deletes/searchs) are made rigth.
I think about doing a script that sends request to my server and i'll executes that script concurrently in several computers.
I want to use a script because i can do it manually in several computers at the same time.
Do you know how i can tell you?
Thanks a lot!
Any aidea is welcome! 🙂
Router