Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cf-dev] Californium Proxy

I am trying to go through the code to understand what it would take to make the http server multithreaded.  I am not familiar with concurrent java but I believe it is the ioreactor doing the event dispatch.  I am thinking this could be replaced with threads and workers.  Does that sound like that approach would be on the right track?

--
Alex

Back to the top