Sergey Babkin on CEP and stuff

This started as my thoughts on the field of Complex Event Processing, mostly about my OpenSource project Triceps. But now it's about all kinds of software-related things.

Showing posts with label shutdown. Show all posts
Showing posts with label shutdown. Show all posts
Saturday, July 13, 2013

SIGUSR2

›
When a thread is requested to die, its registered file descriptors become revoked, and the signal SIGUSR2 is sent to it to interrupt any ong...
Sunday, June 16, 2013

App reference, Perl, part 1

›
The App API has two parts to it: The first part keeps track of all the App instances in the program, and allows to list and find them. The s...
Tuesday, April 30, 2013

ThreadedServer, part 2

›
The next part of the ThreadedServer is listen(), the function that gets called from the listener thread and takes care of accepting the conn...
Monday, April 29, 2013

Multithreaded socket server, part4, socket reader thread

›
As I've said before, each socket gets served by two threads: one sits reading from the socket and forwards the data into the model and a...
Thursday, April 11, 2013

Multithreaded pipeline, part 2

›
The reader thread drives the pipeline: sub ReaderMain # (@opts) {   my $opts = {};   Triceps::Opt::parse("traffic main", $opts, ...
›
Home
View web version

About Me

Sergey Babkin
View my complete profile
Powered by Blogger.