Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
brpc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
brpc
Commits
0bb4120a
Unverified
Commit
0bb4120a
authored
Nov 15, 2019
by
Ge Jun
Committed by
GitHub
Nov 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing **
parent
103c89af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
server.md
docs/en/server.md
+1
-1
No files found.
docs/en/server.md
View file @
0bb4120a
...
...
@@ -353,7 +353,7 @@ Latest brpc re-creates the thread after fork(when necessary) to make bvar work c
*
most
fork
continues
with
exec
,
which
wastes
re
-
creations
*
bring
too
many
troubles
and
complexities
to
the
code
brpc
'
s
strategy
is
to
create
these
threads
on
demand
and
fork
without
exec
should
happen
before
all
code
that
may
create
the
threads
.
Specifically
,
**
fork
without
exec
should
happen
before
initializing
all
Servers
/
Channels
/
Applications
,
earlier
is
better
.
fork
not
obeying
this
causes
the
program
dysfunctional
.
BTW
,
fork
without
exec
better
be
avoided
because
many
libraries
do
not
support
it
.
brpc
'
s
strategy
is
to
create
these
threads
on
demand
and
fork
without
exec
should
happen
before
all
code
that
may
create
the
threads
.
Specifically
,
**
fork
without
exec
should
happen
before
initializing
all
Servers
/
Channels
/
Applications
,
earlier
is
better
**
.
fork
not
obeying
this
causes
the
program
dysfunctional
.
BTW
,
fork
without
exec
better
be
avoided
because
many
libraries
do
not
support
it
.
# Settings
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment