I use ni webservcie to build a webservcie program and publish it to the local machine.
The system is windows server 2012R2 ,mysql 8.0 and the labview version is 2015 SP1 32 bit.
The main function of the webservcie program is to insert the post data into the mysql database and respond accordingly, with no other functions.
Another programs are about 1s to 20s apart Communicate with webservcie via post.
It is now found that each communication will cause NIWebServiceContainer.exe to increase the memory consumption by tens of k to several hundred k.
After running for 4 hours, NIWebServiceContainer.exe is changed from 20M at boot time to more than 110M.
After running for about 20 hours, the memory reaches 418M, and there is a phenomenon that the database cannot be inserted.
What causes it?Thanks