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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

491件の閲覧回数
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 返信

256件の閲覧回数
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.