Hi All,
In the Net_config.c of KEIL Http_demo program, Number of simultaneously active HTTP Sessions is defined. (You can find HTTP_demo program in C:\Keil\ARM\Boards\Actel\SmartFusion\RL\TCPnet\Http_demo folder).
// <o>Number of HTTP Sessions <1-10> // Number of simultaneously active HTTP Sessions. // Default: 3 #define HTTP_NUMSESS 6
I cannot understand exactly what this number means. I thought it should be the limit how many computer can access the web server. I did the experiements, but it is not. Can anybody explain to me in detail so that I can know what number should be set in my application?
Thanks and Regards,
Lillian