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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

588 Views
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

Labels (1)
Tags (1)
0 Kudos
1 Reply

353 Views
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.