This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/EK-TM4C1294XL: Unexpected delay in Http Server using NDK

Part Number: EK-TM4C1294XL

Tool/software: TI-RTOS

Hi,

I have tried using the http server example downloaded from this wiki page on EK-TM4C1294XL board. 

The HTML files are being properly rendered and the CGI functions are being invoked without any issue.

However, the delay for a GET response is around 10-20 ms for initial requests. But, after 10 to 15 continuous calls the delay is peaking to 3000ms for most of the calls thereafter. 

I have tested the delay using a REST client (Postman). 

And after the http server is standby for about 20 minutes, I am not getting any response and had to reset the board.

I have tried this without any modifications to the code in the example.

Please help resolve the issue.

Thanks,

Ayyappa