<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dnbd3.git/src/server/threadpool.h, branch isfant</title>
<subtitle>Distributed Network Block Device 3 --rewrite for Kernel 3.x</subtitle>
<id>https://git.openslx.org/dnbd3.git/atom/src/server/threadpool.h?h=isfant</id>
<link rel='self' href='https://git.openslx.org/dnbd3.git/atom/src/server/threadpool.h?h=isfant'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/'/>
<updated>2020-10-16T15:15:49+00:00</updated>
<entry>
<title>[BUILD] rewrite CMake build system to track changes of source files</title>
<updated>2020-10-16T15:15:49+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-16T15:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=969496f15e1e0359e26c2c6e995ad4ef82720f86'/>
<id>urn:sha1:969496f15e1e0359e26c2c6e995ad4ef82720f86</id>
<content type='text'>
This change restructures the source code directories, separates shared
form non-shared application code and adds CMake dependencies. These
dependencies allow the tracking of changes and trigger a rebuild of
those build targets where changed files are involved.

WARNING: Note that the support of the DNBD3_SERVER_AFL build option is
not supported yet. Thus, the option should be never turned on.
</content>
</entry>
<entry>
<title>[SERVER] Add name param to threadpool_run</title>
<updated>2020-03-19T10:26:12+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-03-19T10:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=ba617b55eb606ab487f154b124750e121518d5e5'/>
<id>urn:sha1:ba617b55eb606ab487f154b124750e121518d5e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Make signal handling more POSIX</title>
<updated>2019-08-28T11:07:13+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2019-08-28T11:07:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=ac1bf45ebdd630fbc9ad2c1fa3c0ea99f5206799'/>
<id>urn:sha1:ac1bf45ebdd630fbc9ad2c1fa3c0ea99f5206799</id>
<content type='text'>
According to POSIX, a signal sent to a PID can be delivered to an
arbitrary thread of that process that hasn't the signal blocked. This
seens to never happen on Linux, but would mess things up since the code
expected the main signal handler to only be executed by the main thread.
This should now be fixed by examining the destination PID of the signal
as well as the ID of the thread currently running the signal handler. If
we notice the signal wasn't sent by our own PID and the handler is not
currently run by the main thread, we re-send the signal to the main
thread. Otherwise, if the signal was sent by our own PID but the handler
is not run in the main thread, do nothing. This way we can use
pthread_kill() to wake up threads that might be stuck in a blocking
syscall when it's time to shut down.
</content>
</entry>
<entry>
<title>[SERVER] Big code cleanup, refactoring, minor bugfixing</title>
<updated>2015-01-06T21:36:11+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2015-01-06T21:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=63e040ea63755052ceca98aac3e6f9843cadbeee'/>
<id>urn:sha1:63e040ea63755052ceca98aac3e6f9843cadbeee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Use a thread pool for client connections</title>
<updated>2015-01-05T13:17:49+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2015-01-05T13:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=84f93cf7b7768cbf522c75c4e3fe204cf6fd785c'/>
<id>urn:sha1:84f93cf7b7768cbf522c75c4e3fe204cf6fd785c</id>
<content type='text'>
</content>
</entry>
</feed>
