|
|
%!s(int64=7) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| main | %!s(int64=7) %!d(string=hai) anos | |
| scripts | %!s(int64=7) %!d(string=hai) anos | |
| CMakeLists.txt | %!s(int64=7) %!d(string=hai) anos | |
| Makefile | %!s(int64=7) %!d(string=hai) anos | |
| README.md | %!s(int64=7) %!d(string=hai) anos | |
| http_server_persistence_test.py | %!s(int64=7) %!d(string=hai) anos | |
The Example consists of HTTPD server persistent sockets demo. This sort of persistancy enables the server to have independent sessions/contexts per client.
Configure the project using "make menuconfig" and goto :
In order to test the HTTPD server persistent sockets demo :
See the README.md file in the upper level 'examples' directory for more information about examples.