Options:
- # Session Start: Sun Jan 03 00:00:00 2010
- # Session Ident: #html-wg
- # [00:01] * Joins: J_Voracek (irchon@166.205.11.21)
- # [00:02] * Quits: J_Voracek (irchon@166.205.11.21) (Client exited)
- # [00:19] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
- # [00:24] * Joins: gavin_ (gavin@99.226.207.11)
- # [00:56] * Quits: weinig (weinig@71.198.185.234) (Quit: weinig)
- # [01:05] * Joins: dydz (dydz@75.36.187.147)
- # [01:27] * Joins: weinig (weinig@71.198.185.234)
- # [01:27] * Quits: weinig (weinig@71.198.185.234) (Quit: weinig)
- # [01:27] * Joins: weinig (weinig@71.198.185.234)
- # [01:30] * Joins: MikeSmith (MikeSmithX@114.48.150.181)
- # [02:10] * Joins: MikeSmithX (MikeSmithX@114.48.36.166)
- # [02:12] * Quits: MikeSmith (MikeSmithX@114.48.150.181) (Ping timeout)
- # [02:46] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
- # [02:51] * Joins: gavin_ (gavin@99.226.207.11)
- # [02:58] * Joins: mjs (mjs@69.181.42.237)
- # [03:53] * Quits: cardona507 (carloscard@67.180.160.250) (Quit: cardona507)
- # [05:15] * Quits: mjs (mjs@69.181.42.237) (Quit: mjs)
- # [05:18] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
- # [05:22] * Joins: mjs (mjs@69.181.42.237)
- # [05:23] * Joins: gavin_ (gavin@99.226.207.11)
- # [05:31] * Joins: cardona507 (carloscard@67.180.160.250)
- # [05:35] * Joins: J_Voracek (irchon@166.205.8.19)
- # [05:35] * Quits: J_Voracek (irchon@166.205.8.19) (Client exited)
- # [07:29] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
- # [07:34] * Joins: gavin_ (gavin@99.226.207.11)
- # [08:10] * Joins: MikeSmithXX (MikeSmithX@114.48.43.150)
- # [08:12] * MikeSmithXX is now known as MikeSmith
- # [08:12] * Quits: MikeSmithX (MikeSmithX@114.48.36.166) (Ping timeout)
- # [09:22] * Joins: mjs_ (mjs@69.181.42.237)
- # [09:22] * Quits: mjs (mjs@69.181.42.237) (Connection reset by peer)
- # [09:22] * mjs_ is now known as mjs
- # [10:01] * Quits: MikeSmith (MikeSmithX@114.48.43.150) (Quit: Tomorrow to fresh woods, and pastures new.)
- # [10:46] * Joins: tametick (chatzilla@84.114.134.61)
- # [10:55] * Joins: ROBOd (robod@89.122.216.38)
- # [11:23] * Quits: Julian (chatzilla@217.91.35.233) (Ping timeout)
- # [11:26] * Joins: Julian (chatzilla@217.91.35.233)
- # [12:22] * Joins: tlr (tlr@128.30.52.169)
- # [13:08] * Joins: mjs_ (mjs@69.181.42.237)
- # [13:08] * Quits: mjs (mjs@69.181.42.237) (Connection reset by peer)
- # [13:08] * mjs_ is now known as mjs
- # [13:13] * Quits: mjs (mjs@69.181.42.237) (Ping timeout)
- # [13:58] * Quits: weinig (weinig@71.198.185.234) (Connection reset by peer)
- # [13:59] * Joins: weinig (weinig@71.198.185.234)
- # [14:30] * Quits: tlr (tlr@128.30.52.169) (Quit: tlr)
- # [14:31] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
- # [14:35] * Joins: gavin_ (gavin@99.226.207.11)
- # [14:50] * Joins: tH (Rob@82.4.89.172)
- # [16:39] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
- # [16:44] * Joins: gavin_ (gavin@99.226.207.11)
- # [18:09] * Joins: LogicPath (LogicPath@41.153.36.23)
- # [18:09] <LogicPath> hello every one, am a rails developer and I have a question concerning websockets :)
- # [18:10] <LogicPath> do web sockets require some sort of support on the web server?
- # [18:11] <LogicPath> I understand there is a browser implementation, is there a web server implementation as well?
- # [18:12] <LogicPath> any one?
- # [18:21] * Quits: ROBOd (robod@89.122.216.38) (Ping timeout)
- # [18:30] * Quits: tametick (chatzilla@84.114.134.61) (Quit: ChatZilla 0.9.86 [Firefox 3.5.6/20091215231754])
- # [18:31] <Philip> LogicPath: I think the expected approach is probably to write a special server process that handles Web Sockets, rather than building it into the web server
- # [18:31] <Philip> (and there are various existing implementations of that)
- # [18:32] <Philip> although there's also things like http://code.google.com/p/pywebsocket/ trying to integrate it into Apache
- # [18:32] <LogicPath> Philip: hmmm, the thing is all the information i've been gathering online for the last 2 days seem to indicate that there are two approaches
- # [18:32] * Joins: ROBOd (robod@89.122.216.38)
- # [18:33] <LogicPath> one is to have a standalone server for the websocket
- # [18:33] <LogicPath> and another is to integrate with an already existing mainstream web server (apache, thin....etc)
- # [18:34] <LogicPath> eventmachhine for ruby takes the first approach, pywebsockets same and kaazing gateway
- # [18:36] <LogicPath> so my thought was do i need some sort of support from the web server or not
- # [18:37] <Philip> Depends on which approach you take :-)
- # [18:37] <LogicPath> hmmm
- # [18:38] <Philip> I guess the main issue is that if you want it to use port 80, and want it to use the same IP address that you run a web server on, then you need some support from the web server so that it processes connections in the right way
- # [18:38] <Philip> (With a separate port or IP, you can use a standalone server and it can process the connections itself)
- # [18:39] <LogicPath> exactly
- # [18:39] * Philip knows very little about all of this, though
- # [18:39] <LogicPath> well am hoping for some web server integration soon
- # [18:40] <LogicPath> haha :) that's okay man, you've been a great help (i think actually you could use the same ip but on a different port for a standalone server to process the connection itself ;) )
- # [18:40] <LogicPath> Philip: many thanks :)
- # [18:41] * Quits: LogicPath (LogicPath@41.153.36.23) (Quit: cu later people.)
- # [19:04] * Joins: weinig_ (weinig@71.198.185.234)
- # [19:04] * Quits: weinig (weinig@71.198.185.234) (Connection reset by peer)
- # [19:04] * weinig_ is now known as weinig
- # [19:21] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
- # [19:26] * Joins: gavin_ (gavin@99.226.207.11)
- # [19:31] * Joins: tlr (tlr@128.30.52.169)
- # [19:54] * Quits: tlr (tlr@128.30.52.169) (Quit: tlr)
- # [20:41] * Joins: BrianRichwine (blrichwine@166.137.137.71)
- # [20:47] * Quits: BrianRichwine (blrichwine@166.137.137.71) (Connection reset by peer)
- # [20:47] * Joins: BrianRichwine (blrichwine@166.137.137.71)
- # [20:52] * Joins: BrianRichwine_ (blrichwine@166.137.138.50)
- # [20:54] * Quits: BrianRichwine (blrichwine@166.137.137.71) (Ping timeout)
- # [20:54] * BrianRichwine_ is now known as BrianRichwine
- # [20:58] * Joins: BrianRichwine_ (blrichwine@166.137.139.86)
- # [20:59] * Quits: BrianRichwine (blrichwine@166.137.138.50) (Ping timeout)
- # [21:00] * BrianRichwine_ is now known as BrianRichwine
- # [21:00] * Quits: BrianRichwine (blrichwine@166.137.139.86) (Quit: Colloquy for iPhone - http://colloquy.mobi)
- # [21:15] * Joins: tametick (chatzilla@84.114.134.61)
- # [21:50] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
- # [21:55] * Joins: gavin_ (gavin@99.226.207.11)
- # [22:09] * Quits: ROBOd (robod@89.122.216.38) (Quit: http://www.robodesign.ro )
- # [22:14] * Quits: tametick (chatzilla@84.114.134.61) (Quit: ChatZilla 0.9.86 [Firefox 3.5.6/20091215231754])
- # [22:55] * Joins: tametick (chatzilla@84.114.134.61)
- # [22:56] * Parts: tametick (chatzilla@84.114.134.61)
- # [23:27] * Quits: cardona507 (carloscard@67.180.160.250) (Connection reset by peer)
- # [23:27] * Joins: cardona507 (carloscard@67.180.160.250)
- # Session Close: Mon Jan 04 00:00:00 2010
The end :)