Re: [Cppcms-users] Cppcms-users Digest, Vol 13, Issue 2
Brought to you by:
artyom-beilis
|
From: Artyom <art...@ya...> - 2010-08-05 11:36:18
|
> What are the API changes that you expect?
>
There are several expected changes:
1. I would probably add an option to have several event loops in single cppcms
process
but it seems to be backward compatible change
2. The Booster.Aio sockets classes are going to be changed, into more asio like
style
3. It looks like localization API would have slight changes.
Meanwhile there was only one important change between beta 1 to 2 - all
asynchronous
API use booster::callback rather then booster::function. callback unlike
function
uses reference counting of internal object rather then coping, this improves
performance significantly but has effect on state-full callbacks.
Which are almost never state-full.
Artyom
|