]> sourceware.org Git - systemtap.git/commit - cscommon.h
PR13609: Parallel Server Connections
authorChris Meek <cmeek@redhat.com>
Tue, 7 Feb 2012 21:23:08 +0000 (16:23 -0500)
committerChris Meek <cmeek@redhat.com>
Tue, 7 Feb 2012 22:11:03 +0000 (17:11 -0500)
commit49398925a223b519ae92a191d528c41f4fc34bda
tree1bfa7f6c4654d6d6c800e1dba9cde771d8a04f9c
parent35c68acb367036ea781e3a9a57680a58cb10aab0
PR13609: Parallel Server Connections

Used pthreads to parallelize the server. A new thread is created to
handle each incomming connection. The maximum number of threads
created is limited by the new --max-threads=N option. If a value of
0 is passed, no new threads are created and each connection is
handled in the main thread, in serial. The default value is
equal to the number of processors on the host.
cscommon.h
stap-server
stap-serverd.cxx
This page took 0.02571 seconds and 5 git commands to generate.