mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the thread to three category.
This commit is contained in:
parent
2f0ef87d6d
commit
e5f449ce36
25 changed files with 648 additions and 416 deletions
|
@ -179,7 +179,7 @@ public:
|
|||
* convert signal to io,
|
||||
* @see: st-1.9/docs/notes.html
|
||||
*/
|
||||
class SrsSignalManager : public ISrsThreadHandler
|
||||
class SrsSignalManager : public ISrsEndlessThreadHandler
|
||||
{
|
||||
private:
|
||||
/* Per-process pipe which is used as a signal queue. */
|
||||
|
@ -188,14 +188,14 @@ private:
|
|||
st_netfd_t signal_read_stfd;
|
||||
private:
|
||||
SrsServer* _server;
|
||||
SrsThread* pthread;
|
||||
SrsEndlessThread* pthread;
|
||||
public:
|
||||
SrsSignalManager(SrsServer* server);
|
||||
virtual ~SrsSignalManager();
|
||||
public:
|
||||
virtual int initialize();
|
||||
virtual int start();
|
||||
// interface ISrsThreadHandler.
|
||||
// interface ISrsEndlessThreadHandler.
|
||||
public:
|
||||
virtual int cycle();
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue