Hi,
I need to bind my GWS to one or more ports to support secure and unsecure access
I'm looking at the code of GWS and I don't know if I can reuse the
current adapterChain instance on more than one SelectorThread
instance.
Do I need to create a new adapterChain and adapters for every new
SelectorThread?
I think is very common to bind a web server to ej: port 80 and port
443 to support SSL. Don't you think?
Maybe this should be added to GWS in futures versions.
Thanks!
Cesar.-