[Cppcms-users] https request
Brought to you by:
artyom-beilis
|
From: Василий Т. <par...@gm...> - 2015-02-04 13:54:57
|
Hello everybody. I want to implement OAuth2 in my first pet web project (i have very superficial knowledge of network/multithreded/event-driven programming). Could you please describe me the best approach to handle a huge amount of requests to perform https requests? Should i use synchronous application (sync curl? or i mised something inside cppcms..) and rely on cppcms::applications_pool, which will take care of everything (?), or make asynchronous application and dig into some kind of libcurl-multi (and invent wheel with requests pool, communicating with cppcms, may be dealing with several event loops or anything else). 2Artyom: Artyom, may you describe the Linicom <http://linicom.co.il/> project's internals (talking about cppcms)? In my case most of user requsts will retrieve data from postgresql server. I would appreciate for any advice. And thanks for the project! Andrey L. |