Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benoitc/gunicorn
/ functions
Functions
698 in github.com/benoitc/gunicorn
⨍
Functions
698
◇
Types & classes
183
↳
Endpoints
26
↓ 2 callers
Method
read
(self, size)
gunicorn/http/body.py:145
↓ 2 callers
Method
reap_workers
\ Reap workers to avoid zombie processes
gunicorn/arbiter.py:507
↓ 2 callers
Method
rename
(self, path)
gunicorn/pidfile.py:47
↓ 2 callers
Function
run
\ The ``gunicorn`` command line runner for launching Gunicorn with generic WSGI applications.
gunicorn/app/wsgiapp.py:61
↓ 2 callers
Method
send
(self, data)
tests/t.py:62
↓ 2 callers
Method
set_body_reader
(self)
gunicorn/http/message.py:124
↓ 2 callers
Method
setup
(self, cfg)
gunicorn/glogging.py:197
↓ 2 callers
Method
setup
(self, app)
gunicorn/arbiter.py:88
↓ 2 callers
Method
signal
(self, sig, frame)
gunicorn/arbiter.py:191
↓ 2 callers
Function
split_request_uri
(uri)
gunicorn/util.py:607
↓ 2 callers
Method
szread
(self, func, sizes)
tests/treq.py:124
↓ 2 callers
Method
worker_exit
(server, worker)
gunicorn/config.py:1854
↓ 1 callers
Method
__init__
(self, extra_files=None, interval=1, callback=None)
gunicorn/reloader.py:18
↓ 1 callers
Method
__init__
(self, cfg)
gunicorn/glogging.py:185
↓ 1 callers
Method
__init__
(self, address, conf, log, fd=None)
gunicorn/sock.py:18
↓ 1 callers
Method
__init__
(self, cfg, unreader, peer_addr)
gunicorn/http/message.py:30
↓ 1 callers
Method
__init__
(self, cfg, sock, client, server)
gunicorn/workers/gthread.py:35
↓ 1 callers
Function
_called_with_wrong_args
Check whether calling a function raised a ``TypeError`` because the call failed or because something in the function raised the error. :p
gunicorn/util.py:325
↓ 1 callers
Method
_get_gunicorn_handler
(self, log)
gunicorn/glogging.py:391
↓ 1 callers
Method
_get_user
(self, environ)
gunicorn/glogging.py:446
↓ 1 callers
Method
_pack_message
Pack the message inside ``00`` and ``FF`` As per the dataframing section (5.3) for the websocket spec
examples/websocket/gevent_websocket.py:290
↓ 1 callers
Method
_pack_message
Pack the message inside ``00`` and ``FF`` As per the dataframing section (5.3) for the websocket spec
examples/websocket/websocket.py:291
↓ 1 callers
Method
_parse_messages
Parses for messages in the buffer *buf*. It is assumed that the buffer contains the start character for a message, but that it may c
examples/websocket/gevent_websocket.py:300
↓ 1 callers
Method
_parse_messages
Parses for messages in the buffer *buf*. It is assumed that the buffer contains the start character for a message, but that it may c
examples/websocket/websocket.py:301
↓ 1 callers
Method
_send_closing_frame
Sends the closing frame to the client, if required.
examples/websocket/gevent_websocket.py:390
↓ 1 callers
Method
_send_closing_frame
Sends the closing frame to the client, if required.
examples/websocket/websocket.py:391
↓ 1 callers
Method
_set_handler
(self, log, output, fmt, stream=None)
gunicorn/glogging.py:396
↓ 1 callers
Method
_set_syslog_handler
(self, log, cfg, fmt, name)
gunicorn/glogging.py:420
↓ 1 callers
Function
_unlink
(filename)
gunicorn/util.py:190
↓ 1 callers
Function
_waitfor
(func, pathname, waitall=False)
gunicorn/util.py:157
↓ 1 callers
Method
_wrap_future
(self, fs, conn)
gunicorn/workers/gthread.py:106
↓ 1 callers
Function
activateTab
($tab)
docs/site/js/main.js:7
↓ 1 callers
Method
add_extra_file
(self, filename)
gunicorn/reloader.py:25
↓ 1 callers
Method
add_extra_file
(self, filename)
gunicorn/reloader.py:85
↓ 1 callers
Method
add_option
(self, parser)
gunicorn/config.py:275
↓ 1 callers
Function
alt_cfg_file
()
tests/test_config.py:27
↓ 1 callers
Function
app
(environ, start_response)
gunicorn/util.py:597
↓ 1 callers
Function
app
(environ, start_response)
examples/bad.py:3
↓ 1 callers
Method
can_sendfile
(self)
gunicorn/http/wsgi.py:348
↓ 1 callers
Method
check_config
(cls, cfg, log)
gunicorn/workers/gthread.py:81
↓ 1 callers
Method
child_exit
(server, worker)
gunicorn/config.py:1835
↓ 1 callers
Method
chunk
(self)
gunicorn/http/unreader.py:17
↓ 1 callers
Method
chunk
(self)
gunicorn/http/unreader.py:63
↓ 1 callers
Method
chunk
(self)
gunicorn/http/unreader.py:72
↓ 1 callers
Method
close
(self)
gunicorn/workers/workertmp.py:54
↓ 1 callers
Function
closerange
(fd_low, fd_high)
gunicorn/util.py:267
↓ 1 callers
Function
create_app
(name="World", count=1)
tests/support.py:10
↓ 1 callers
Method
critical
(self, msg, *args, **kwargs)
gunicorn/glogging.py:254
↓ 1 callers
Function
data_source
(fname)
tests/t.py:16
↓ 1 callers
Method
decode_hybi
Decode HyBi style WebSocket packets. Returns: {'fin' : 0_or_1, 'opcode' : number, 'mask'
examples/websocket/gevent_websocket.py:188
↓ 1 callers
Method
decode_hybi
Decode HyBi style WebSocket packets. Returns: {'fin' : 0_or_1, 'opcode' : number, 'mask'
examples/websocket/websocket.py:189
↓ 1 callers
Method
error
(self, msg, *args, **kwargs)
gunicorn/instrument/statsd.py:45
↓ 1 callers
Method
error404
(self, environ, start_response)
examples/multiapp.py:40
↓ 1 callers
Method
exception
(self, msg, *args, **kwargs)
gunicorn/glogging.py:269
↓ 1 callers
Method
fileno
(self)
tests/t.py:46
↓ 1 callers
Method
finish
(other)
gunicorn/workers/gtornado.py:124
↓ 1 callers
Method
fmt_desc
(cls, desc)
gunicorn/config.py:250
↓ 1 callers
Function
fmt_setting
(s)
docs/gunicorn_ext.py:50
↓ 1 callers
Method
gauge
(self, name, value)
gunicorn/instrument/statsd.py:106
↓ 1 callers
Method
gen_cases
(self, cfg)
tests/treq.py:215
↓ 1 callers
Function
generate
(site_path, special_priorities, directory_index='index.html')
docs/sitemap_gen.py:12
↓ 1 callers
Method
get_cmd_args_from_env
(self)
gunicorn/config.py:79
↓ 1 callers
Method
get_config_from_filename
(self, filename)
gunicorn/app/base.py:93
↓ 1 callers
Method
get_config_from_module_name
(self, module_name)
gunicorn/app/base.py:120
↓ 1 callers
Method
get_dirs
(self)
gunicorn/reloader.py:94
↓ 1 callers
Method
get_files
(self)
gunicorn/reloader.py:28
↓ 1 callers
Method
get_thread_pool
Override this method to customize how the thread pool is created
gunicorn/workers/gthread.py:94
↓ 1 callers
Function
get_username
get the username for a user id
gunicorn/util.py:124
↓ 1 callers
Function
get_wsgi_app
(config_uri, name=None, defaults=None)
gunicorn/app/pasterapp.py:15
↓ 1 callers
Method
halt
halt arbiter
gunicorn/arbiter.py:340
↓ 1 callers
Method
handle
(self, listener, client, addr)
gunicorn/workers/sync.py:127
↓ 1 callers
Method
handle_request
(self, listener, req, client, addr)
gunicorn/workers/sync.py:163
↓ 1 callers
Method
handle_request
(self, req, conn)
gunicorn/workers/gthread.py:302
↓ 1 callers
Method
handle_request
(self, listener_name, req, sock, addr)
gunicorn/workers/base_async.py:90
↓ 1 callers
Method
init
(self, parser, opts, args)
gunicorn/app/base.py:46
↓ 1 callers
Method
init
(self)
gunicorn/workers/gthread.py:47
↓ 1 callers
Method
init
(self, parser, opts, args)
tests/test_config.py:51
↓ 1 callers
Method
init_signals
\ Initialize master signal handling. Most of the signals are queued. Child signals only wake up the master.
gunicorn/arbiter.py:169
↓ 1 callers
Method
init_signals
(self)
gunicorn/workers/base.py:167
↓ 1 callers
Method
is_already_handled
(self, respiter)
gunicorn/workers/base_async.py:29
↓ 1 callers
Method
is_parent_alive
(self)
gunicorn/workers/gthread.py:176
↓ 1 callers
Method
last_update
(self)
gunicorn/workers/workertmp.py:48
↓ 1 callers
Method
load_config
This method is used to load the configuration from one or several input(s). Custom Command line, configuration file. You have
gunicorn/app/base.py:52
↓ 1 callers
Method
load_config_from_module_name_or_filename
Loads the configuration file: the file is a python file, otherwise raise an RuntimeError Exception or stop the process if the configu
gunicorn/app/base.py:123
↓ 1 callers
Method
load_pasteapp
(self)
gunicorn/app/wsgiapp.py:50
↓ 1 callers
Method
load_wsgiapp
(self)
gunicorn/app/wsgiapp.py:47
↓ 1 callers
Method
logger_class
(self)
gunicorn/config.py:148
↓ 1 callers
Function
main
()
docs/sitemap_gen.py:6
↓ 1 callers
Function
make_aiohttp_app
(app)
examples/frameworks/flaskapp_aiohttp_wsgi.py:18
↓ 1 callers
Function
make_settings
(ignore=None)
gunicorn/config.py:28
↓ 1 callers
Method
maybe_promote_master
(self)
gunicorn/arbiter.py:313
↓ 1 callers
Method
memory_usage
(self, pid)
examples/when_ready.conf.py:17
↓ 1 callers
Method
murder_keepalived
(self)
gunicorn/workers/gthread.py:144
↓ 1 callers
Method
murder_workers
\ Kill unused/idle workers
gunicorn/arbiter.py:486
↓ 1 callers
Method
notify
(self)
gunicorn/workers/ggevent.py:47
↓ 1 callers
Function
number_of_workers
()
examples/standalone_app.py:16
↓ 1 callers
Method
on_exit
(server)
gunicorn/config.py:1890
↓ 1 callers
Method
on_reload
(server)
gunicorn/config.py:1663
↓ 1 callers
Method
on_starting
(server)
gunicorn/config.py:1647
↓ 1 callers
Method
parse_chunk_size
(self, unreader, data=None)
gunicorn/http/body.py:75
← previous
next →
101–200 of 698, ranked by callers