Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
corepost
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
nexlab
corepost
Commits
54518aef
Commit
54518aef
authored
Aug 24, 2011
by
Jacek Furmankiewicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
url routing, argument extraction and conversion, url caching
parent
0c0f23b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
54518aef
...
@@ -8,7 +8,7 @@ Geared towards creating REST-oriented server platforms (e.g. as a source of data
...
@@ -8,7 +8,7 @@ Geared towards creating REST-oriented server platforms (e.g. as a source of data
Tested exclusively on PyPy for maximum performance.
Tested exclusively on PyPy for maximum performance.
Example:
Example:
^^^^^^^
-------
from corepost.server import CorePost
from corepost.server import CorePost
from corepost.enums import Http
from corepost.enums import Http
...
@@ -31,13 +31,13 @@ Example:
...
@@ -31,13 +31,13 @@ Example:
app.run()
app.run()
Performance
Performance
^^^^^^^^^^^
-----------
Pushing 8,000+ TPS on a simple 'Hello World' app using 'ab -n 100000 -c 200'
Pushing 8,000+ TPS on a simple 'Hello World' app using 'ab -n 100000 -c 200'
for benchmarking while running on PyPy 1.6
for benchmarking while running on PyPy 1.6
Plans
Plans
^^^^^
-----
*
match all the relevant features of the Flask API
*
match all the relevant features of the Flask API
*
integrate twisted.internet.processes in order to scale to multiple CPU cores : http://pypi.python.org/pypi/twisted.internet.processes
*
integrate twisted.internet.processes in order to scale to multiple CPU cores : http://pypi.python.org/pypi/twisted.internet.processes
\ No newline at end of file
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