Attributes from private to protected
------------------------------------

                 Key: THRIFT-1152
                 URL: https://issues.apache.org/jira/browse/THRIFT-1152
             Project: Thrift
          Issue Type: Sub-task
          Components: PHP - Library
    Affects Versions: 0.7
            Reporter: Simon E
            Priority: Trivial


The TForkingServer has an attribute for the childs it creates.. now the problem 
is: We're having a PHP daemon which uses the TForkingServer so that it handles 
all connections in a seperate thread. When we have to restart the daemon (code 
change) the main thread doing "serve()" would be restartet but all the childs 
won't (we have persistent connections) stop, so i wan't to extend the class and 
send a sigterm to all the chils but the childs_ attribute is PRIVATE so it 
should be PROTECTED i think.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to