Re: [EMAIL PROTECTED] UDP support for apache

2007-09-12 Thread Yogsothoth GV
On 9/11/07, Issac Goldstand <[EMAIL PROTECTED]> wrote: > > Chris 'Xenon' Hanson wrote: > > Yogsothoth GV wrote: > >> | > Why would you want to? > >> Say, you are streaming video/audio over HTML like Flash, quicktime. > >> This doesn't > >> necessarily require TCP like semantics because delay due t

Re: [EMAIL PROTECTED] UDP support for apache

2007-09-11 Thread Issac Goldstand
Chris 'Xenon' Hanson wrote: > Yogsothoth GV wrote: >> | > Why would you want to? >> Say, you are streaming video/audio over HTML like Flash, quicktime. >> This doesn't >> necessarily require TCP like semantics because delay due to packet >> retransmission or HOL blocking is bad (when serving real

Re: [EMAIL PROTECTED] UDP support for apache

2007-09-11 Thread Chris 'Xenon' Hanson
Yogsothoth GV wrote: | > Why would you want to? Say, you are streaming video/audio over HTML like Flash, quicktime. This doesn't necessarily require TCP like semantics because delay due to packet retransmission or HOL blocking is bad (when serving real time data). However, if you are using a

Re: [EMAIL PROTECTED] UDP support for apache

2007-09-11 Thread Issac Goldstand
Yogsothoth GV wrote: > > > On 9/10/07, *Joshua Slive* <[EMAIL PROTECTED] > > wrote: > > > Thanks Joshua. Seems like they don't have support for it. > > -GV > To clarify some issues here: 1) There is *unofficial*, *unmaintained* support for UDP for unix/prefork syst

Re: [EMAIL PROTECTED] UDP support for apache

2007-09-10 Thread Dragon
On Mon, September 10, 2007 18:26, Yogsothoth GV wrote: > On 9/10/07, Chris 'Xenon' Hanson <[EMAIL PROTECTED]> wrote: >> >> Yogsothoth GV wrote: >> > Hello, >> > Sorry previous email was sent before completion. >> > Can I configure Apache to serve webpages using UDP as transport >> protocol >> ? >>

Re: [EMAIL PROTECTED] UDP support for apache

2007-09-10 Thread Yogsothoth GV
On 9/10/07, Joshua Slive <[EMAIL PROTECTED]> wrote: > > On 9/10/07, Yogsothoth GV <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > Can I configure Apache to serve webpages using UDP as transport > protocol. > > > > I see some code in srclib/apr/network_io/unix to make UDP > > See this month's archive

Re: [EMAIL PROTECTED] UDP support for apache

2007-09-10 Thread Yogsothoth GV
On 9/10/07, Chris 'Xenon' Hanson <[EMAIL PROTECTED]> wrote: > > Yogsothoth GV wrote: > > Hello, > > Sorry previous email was sent before completion. > > Can I configure Apache to serve webpages using UDP as transport protocol > ? > >That's the silliest thing I've ever heard of. Yes it is sill

Re: [EMAIL PROTECTED] UDP support for apache

2007-09-10 Thread Joshua Slive
On 9/10/07, Yogsothoth GV <[EMAIL PROTECTED]> wrote: > Hi all, > > Can I configure Apache to serve webpages using UDP as transport protocol. > > I see some code in srclib/apr/network_io/unix to make UDP See this month's archives of the [EMAIL PROTECTED] list. Joshua.

Re: [EMAIL PROTECTED] UDP support for apache

2007-09-10 Thread Chris 'Xenon' Hanson
Yogsothoth GV wrote: Hello, Sorry previous email was sent before completion. Can I configure Apache to serve webpages using UDP as transport protocol ? That's the silliest thing I've ever heard of. Why would you want to? I see some code in srclib/apr/network_io/unix to send/recv UDP socke

Re: [EMAIL PROTECTED] UDP support for apache

2007-09-10 Thread Dragon
Yogsothoth GV wrote: Hi all, Can I configure Apache to serve webpages using UDP as transport protocol. I see some code in srclib/apr/network_io/unix to make UDP End original message. - I don't know the answer to your question but I suspect it is very like

[EMAIL PROTECTED] UDP support for apache

2007-09-10 Thread Yogsothoth GV
Hello, Sorry previous email was sent before completion. Can I configure Apache to serve webpages using UDP as transport protocol ? I see some code in srclib/apr/network_io/unix to send/recv UDP sockets, which makes me think it might support. If so how would i configure ? I don't see documentati

[EMAIL PROTECTED] UDP support for apache

2007-09-10 Thread Yogsothoth GV
Hi all, Can I configure Apache to serve webpages using UDP as transport protocol. I see some code in srclib/apr/network_io/unix to make UDP