You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
view commit • max_inbounds_skip option is added, - force IOWorker::processInbound() to dequeue available sockets, after max_inbounds_skip try_recv attempts failed
view commit • `cinq_depth option' removed; epoll policies are added: `max_poll_events' - max amount of events polled at once; `max_poll_wait_ms' maximum wait time in ms spent in epoll at once
view commit • `cinq_depth option\' removed; epoll policies are added: `max_poll_events\' - max amount of events polled at once; `max_poll_wait_ms\' maximum wait time in ms spent in epoll at once
view commit • Refactoring: reactive and standalone services are unified under LAppS::abstract::Service interface, with possiblility to add languages other then Lua; mumrmur - hash-string truncate fix;
view commit • attribute `depends\' is recognized by Deployer now. Configured in lapps.json in a service descriptor this will start subordinate services listed in `depends` array now.
view commit • authentication module (just some lines not finished yet)
view commit • Non disruptive restart of deployed applications (connections are persist and moved to new applications). This must be tested more, much more. Apps stream can be disrupted anyways.
view commit • ApplicationRegistry is counting instances now, unRegApp method is added, CMA for inbound messages is corrected, in-message buffer is adjusted by CMA
view commit • LAppS-0.6.2. New features: option for inbound message limit per service; optioanl outbound messages auto-fragmentation; option for workers to limit amount of connections
view commit • broadcast moved to new example for decoupled apps: time_broadcast. echo_lapps subscribes clients on request to broadcast channel, but the broadcast itself is done from time_broadcast service
view commit • Refactoring. lua echo app is running now
view commit • Refactoring: Shaker runs IO over thread pool. LAppS protocol specification is added (no working implementation yet). nljson module is added. LAppS is capable to load applications now. Code is just compiling and run until first app load, everything needs excessive testing, debugging and fixing
view commit • Code refactoring: handshake phase moved out of workers to listeners, stats added, internal communication queues