HTTP proxy server - need to handle dynamic client -


i have developed serve-client model based on udp. client connected server on random basis. mean number of clients alive @ time not fixed. new client can communicate time. means, there 1 live client or 100 clients or number of clients.

now in such model, need add http requests. browser send request server , server forward of client based on identification. there method or readymade server(like nginix or lighttpd), can use requirement.

my big worry that, destination client not fixed, keep changing. of server (nginix or lighttd) have static entries destination address.

i visualize scenario multiple sensors connect servers when have say, , send request , wait answer.

i visualize want somehow administer such modules want access them via http.

you leave new configuration items on regular server upon update connection response include (in piggy-backed fashion) changes node.

or server mark somehow interest in accessing node, , then, when connects, server notify interested client. sensor should pay attention clients wanting connect them during window time.

certainly, more information you.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -