Does RTCS support to implement a web server for multiple simultanious session?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Does RTCS support to implement a web server for multiple simultanious session?

505 次查看
vincentchou
Contributor IV

Hi! friends,

 

Could anyone provide his/her experience to implement a webserver to support multiple session access?  We need to implement a webserver but don't know whether we could use RTCS library to build one.  We appreciate any suggestions.

 

Vincent

标签 (1)
标记 (1)
0 项奖励
1 回复

270 次查看
mohwaqas12
Contributor III

Well have you tried httpd webserver that comes with rtcs. It does provide you with multiple simultanious session.You have to explore it for things you are looking for like cookie based mechanisms or sometime like that.If it does not provide what you expect. Then you could write a webserver using rtcs socket interface. The rest relies on how you implement your webserver. rtcs sockets provide a good mechanism of connecting your application to internet.