Lines Matching full:be
60 We must be able to distinguish between optional fields that are set to their
107 The context object passed into the server handler function will be canceled when
124 If that is unacceptable, it can be disabled by having this line early in your
129 Please be advised that due to a
139 …e/thrift/lib/go/thrift#TSimpleServer.Stop) will wait for all client connections to be closed after
140 the last received request to be handled, as the time spent by Stop
141 may sometimes be too long:
142 * When socket timeout is not set, server might be hanged before all active
153 If it's set to <=0, the feature will be disabled (by default), and server
154 will wait for all the client connections to be closed gracefully with
156 connections to be closed gracefully util thrift.ServerStopTimeout is
158 will be closed abruptly which may cause some client errors.