Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #63110 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2014-01-04 16:35 +1100 |
| Last post | 2014-01-04 16:35 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Highest performance HTTP REST microframework? Chris Angelico <rosuav@gmail.com> - 2014-01-04 16:35 +1100
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2014-01-04 16:35 +1100 |
| Subject | Re: Highest performance HTTP REST microframework? |
| Message-ID | <mailman.4890.1388813723.18130.python-list@python.org> |
On Sat, Jan 4, 2014 at 3:26 PM, Alec Taylor <alec.taylor6@gmail.com> wrote: > What is the highest performance REST microframework? > > Happy if it's mostly written in C or C++; as long as it provides a > simple routes interface in Python. > > Currently using bottle and utilising its application, @route and > app.merge(app2) extra features. What do you mean by performance? Most of the time is going to be spent waiting for the network. Are you looking for maximum concurrent requests handled? Minimum latency/overhead? Something else? ChrisA
Back to top | Article view | comp.lang.python
csiph-web