Image

Imagetrajano wrote in Imagejava_dev

Funny/Stupid performance problem

I had a performance problem with the framework that I wrote the other day. Took me two days to find the problem too. I was wondering why a basic form submission takes about 10 seconds to submit one field. Turns out to be...

Thread.sleep(10000) in my sample.