Viewing profile — mYk
mYk
HN member- Joined
- Sun, Feb 01, 2009, 9:46 PM UTC
- HN karma
- 659
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About mYk
No profile information was provided.
Recent public activity
- story
-
comment
Comment #5446785
Yes, I'm just referring to C10k because this demo uses a technique originally created to solve C10k. Reaching 10 000 connections wasn't difficult in this case; it was just a matter…
-
comment
Comment #5446723
This system doesn't replace Django; it complements it. You could build 95% of an application with the traditional request-response model and add the 5% of real-time featurs with a …
-
comment
Comment #5446696
The C10k problem was originally about serving static files -- quoting the page you linked to: "take four kilobytes from the disk and send them to the network". The demo could certa…
-
comment
Comment #5446680
Indeed, these are the exact reasons!
- story
- story
-
comment
Comment #4387131
The porting strategy was decided by rough consensus in the core team. We wanted a solution that would be convenient for authors of pluggable apps, so they could use the same strate…
-
comment
Comment #4387123
Django targets Python >= 3.2, and Debian stable provides 3.1. FYI the demo uses a manually compiled Python.
-
comment
Comment #4385674
Since the showcase is low on information, here's a summary of the current status: - the porting strategy is explained here: https://docs.djangoproject.com/en/dev/topics/python3/ - …
-
comment
Comment #4385550
Obviously the Django ecosystem can't start supporting Python 3 until Django itself does. The porting process (which is still in progress for Django) shouldn't be too difficult for …
- story
-
comment
Comment #2403800
Polyconseil - Paris, France - Django developer We are a small strategy consulting company focused on exploring new fields of activity. We have launched several spin-offs in the pas…