/irc-logs / w3c / #html-wg / 2010-01-03 / end

Options:

  1. # Session Start: Sun Jan 03 00:00:00 2010
  2. # Session Ident: #html-wg
  3. # [00:01] * Joins: J_Voracek (irchon@166.205.11.21)
  4. # [00:02] * Quits: J_Voracek (irchon@166.205.11.21) (Client exited)
  5. # [00:19] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
  6. # [00:24] * Joins: gavin_ (gavin@99.226.207.11)
  7. # [00:56] * Quits: weinig (weinig@71.198.185.234) (Quit: weinig)
  8. # [01:05] * Joins: dydz (dydz@75.36.187.147)
  9. # [01:27] * Joins: weinig (weinig@71.198.185.234)
  10. # [01:27] * Quits: weinig (weinig@71.198.185.234) (Quit: weinig)
  11. # [01:27] * Joins: weinig (weinig@71.198.185.234)
  12. # [01:30] * Joins: MikeSmith (MikeSmithX@114.48.150.181)
  13. # [02:10] * Joins: MikeSmithX (MikeSmithX@114.48.36.166)
  14. # [02:12] * Quits: MikeSmith (MikeSmithX@114.48.150.181) (Ping timeout)
  15. # [02:46] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
  16. # [02:51] * Joins: gavin_ (gavin@99.226.207.11)
  17. # [02:58] * Joins: mjs (mjs@69.181.42.237)
  18. # [03:53] * Quits: cardona507 (carloscard@67.180.160.250) (Quit: cardona507)
  19. # [05:15] * Quits: mjs (mjs@69.181.42.237) (Quit: mjs)
  20. # [05:18] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
  21. # [05:22] * Joins: mjs (mjs@69.181.42.237)
  22. # [05:23] * Joins: gavin_ (gavin@99.226.207.11)
  23. # [05:31] * Joins: cardona507 (carloscard@67.180.160.250)
  24. # [05:35] * Joins: J_Voracek (irchon@166.205.8.19)
  25. # [05:35] * Quits: J_Voracek (irchon@166.205.8.19) (Client exited)
  26. # [07:29] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
  27. # [07:34] * Joins: gavin_ (gavin@99.226.207.11)
  28. # [08:10] * Joins: MikeSmithXX (MikeSmithX@114.48.43.150)
  29. # [08:12] * MikeSmithXX is now known as MikeSmith
  30. # [08:12] * Quits: MikeSmithX (MikeSmithX@114.48.36.166) (Ping timeout)
  31. # [09:22] * Joins: mjs_ (mjs@69.181.42.237)
  32. # [09:22] * Quits: mjs (mjs@69.181.42.237) (Connection reset by peer)
  33. # [09:22] * mjs_ is now known as mjs
  34. # [10:01] * Quits: MikeSmith (MikeSmithX@114.48.43.150) (Quit: Tomorrow to fresh woods, and pastures new.)
  35. # [10:46] * Joins: tametick (chatzilla@84.114.134.61)
  36. # [10:55] * Joins: ROBOd (robod@89.122.216.38)
  37. # [11:23] * Quits: Julian (chatzilla@217.91.35.233) (Ping timeout)
  38. # [11:26] * Joins: Julian (chatzilla@217.91.35.233)
  39. # [12:22] * Joins: tlr (tlr@128.30.52.169)
  40. # [13:08] * Joins: mjs_ (mjs@69.181.42.237)
  41. # [13:08] * Quits: mjs (mjs@69.181.42.237) (Connection reset by peer)
  42. # [13:08] * mjs_ is now known as mjs
  43. # [13:13] * Quits: mjs (mjs@69.181.42.237) (Ping timeout)
  44. # [13:58] * Quits: weinig (weinig@71.198.185.234) (Connection reset by peer)
  45. # [13:59] * Joins: weinig (weinig@71.198.185.234)
  46. # [14:30] * Quits: tlr (tlr@128.30.52.169) (Quit: tlr)
  47. # [14:31] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
  48. # [14:35] * Joins: gavin_ (gavin@99.226.207.11)
  49. # [14:50] * Joins: tH (Rob@82.4.89.172)
  50. # [16:39] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
  51. # [16:44] * Joins: gavin_ (gavin@99.226.207.11)
  52. # [18:09] * Joins: LogicPath (LogicPath@41.153.36.23)
  53. # [18:09] <LogicPath> hello every one, am a rails developer and I have a question concerning websockets :)
  54. # [18:10] <LogicPath> do web sockets require some sort of support on the web server?
  55. # [18:11] <LogicPath> I understand there is a browser implementation, is there a web server implementation as well?
  56. # [18:12] <LogicPath> any one?
  57. # [18:21] * Quits: ROBOd (robod@89.122.216.38) (Ping timeout)
  58. # [18:30] * Quits: tametick (chatzilla@84.114.134.61) (Quit: ChatZilla 0.9.86 [Firefox 3.5.6/20091215231754])
  59. # [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
  60. # [18:31] <Philip> (and there are various existing implementations of that)
  61. # [18:32] <Philip> although there's also things like http://code.google.com/p/pywebsocket/ trying to integrate it into Apache
  62. # [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
  63. # [18:32] * Joins: ROBOd (robod@89.122.216.38)
  64. # [18:33] <LogicPath> one is to have a standalone server for the websocket
  65. # [18:33] <LogicPath> and another is to integrate with an already existing mainstream web server (apache, thin....etc)
  66. # [18:34] <LogicPath> eventmachhine for ruby takes the first approach, pywebsockets same and kaazing gateway
  67. # [18:36] <LogicPath> so my thought was do i need some sort of support from the web server or not
  68. # [18:37] <Philip> Depends on which approach you take :-)
  69. # [18:37] <LogicPath> hmmm
  70. # [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
  71. # [18:38] <Philip> (With a separate port or IP, you can use a standalone server and it can process the connections itself)
  72. # [18:39] <LogicPath> exactly
  73. # [18:39] * Philip knows very little about all of this, though
  74. # [18:39] <LogicPath> well am hoping for some web server integration soon
  75. # [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 ;) )
  76. # [18:40] <LogicPath> Philip: many thanks :)
  77. # [18:41] * Quits: LogicPath (LogicPath@41.153.36.23) (Quit: cu later people.)
  78. # [19:04] * Joins: weinig_ (weinig@71.198.185.234)
  79. # [19:04] * Quits: weinig (weinig@71.198.185.234) (Connection reset by peer)
  80. # [19:04] * weinig_ is now known as weinig
  81. # [19:21] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
  82. # [19:26] * Joins: gavin_ (gavin@99.226.207.11)
  83. # [19:31] * Joins: tlr (tlr@128.30.52.169)
  84. # [19:54] * Quits: tlr (tlr@128.30.52.169) (Quit: tlr)
  85. # [20:41] * Joins: BrianRichwine (blrichwine@166.137.137.71)
  86. # [20:47] * Quits: BrianRichwine (blrichwine@166.137.137.71) (Connection reset by peer)
  87. # [20:47] * Joins: BrianRichwine (blrichwine@166.137.137.71)
  88. # [20:52] * Joins: BrianRichwine_ (blrichwine@166.137.138.50)
  89. # [20:54] * Quits: BrianRichwine (blrichwine@166.137.137.71) (Ping timeout)
  90. # [20:54] * BrianRichwine_ is now known as BrianRichwine
  91. # [20:58] * Joins: BrianRichwine_ (blrichwine@166.137.139.86)
  92. # [20:59] * Quits: BrianRichwine (blrichwine@166.137.138.50) (Ping timeout)
  93. # [21:00] * BrianRichwine_ is now known as BrianRichwine
  94. # [21:00] * Quits: BrianRichwine (blrichwine@166.137.139.86) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  95. # [21:15] * Joins: tametick (chatzilla@84.114.134.61)
  96. # [21:50] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
  97. # [21:55] * Joins: gavin_ (gavin@99.226.207.11)
  98. # [22:09] * Quits: ROBOd (robod@89.122.216.38) (Quit: http://www.robodesign.ro )
  99. # [22:14] * Quits: tametick (chatzilla@84.114.134.61) (Quit: ChatZilla 0.9.86 [Firefox 3.5.6/20091215231754])
  100. # [22:55] * Joins: tametick (chatzilla@84.114.134.61)
  101. # [22:56] * Parts: tametick (chatzilla@84.114.134.61)
  102. # [23:27] * Quits: cardona507 (carloscard@67.180.160.250) (Connection reset by peer)
  103. # [23:27] * Joins: cardona507 (carloscard@67.180.160.250)
  104. # Session Close: Mon Jan 04 00:00:00 2010

The end :)