07.09.2009, в 21:30, Yuzo Fujishima написал(а):
Would installing mod_python and mod_pywebsocket be very difficult?
As others already stated, making the user install additional modules is undesirable. My original comment was about having a simple module implementation that could be built from source by run-webkit-tests, and used without installation. Clearly, keeping source of mod_python in WebKit repository and building it from source is not going to work well.
- It should be closer to what real web sites would do. (See a comment by ap@: https://bugs.webkit.org/show_bug.cgi? id=27490#c3)
I still think that being close to real web sites is important. In particular, it is likely that Web Sockets servers will need to share host with HTTP in order to share cookies and authentication credentials. It seems that an Apache module handling the Upgrade header is a natural approach for this. On the other hand, we cannot know how exactly Web Sockets will be deployed in practice, so maybe we can just do what's easiest for us for now. - WBR, Alexey Proskuryakov