Hi all
I have implemented a system using PHP, MySQL, and want to simulate the affordability of the system.
I tried to write some codes (e.g. 1000 requests to the system by for-loop) to test the response of the system, but it seems that those tests cannot illustrate the real case as all the requests are come ONE-BY-ONE.
Anyone have hints on writing codes that can initiate a number, say, a hundred of request at the same time?
Thanks
pyfsapple