Support for 4 simultaneous connections in Server
hello!
the web docs indicate web server can support 4 simultaneous connections - i'm wondering how can distinguish these? want maintain own data structure associated each connection, , need associate each connection instance - can rely on address of client object? or there other way identify client?
client client = server->available();
this may 1 of possibly 4 different connections - how know one?
is there example code dealing more 1 connection @ time? example have can deal one, docs indicate 4.
any appreciated.
many thanks.
b...
the web docs indicate web server can support 4 simultaneous connections - i'm wondering how can distinguish these? want maintain own data structure associated each connection, , need associate each connection instance - can rely on address of client object? or there other way identify client?
client client = server->available();
this may 1 of possibly 4 different connections - how know one?
is there example code dealing more 1 connection @ time? example have can deal one, docs indicate 4.
any appreciated.
many thanks.
b...
the client object instance of client class. encapsulates connection. need not being done?
Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Support for 4 simultaneous connections in Server
arduino
Comments
Post a Comment