Re: [Freeswitch-users] Best way to start with Freeswitch

2008-04-08 Thread kokoska rokoska
Daniel Swarbrick napsal(a): > On Tue, 2008-04-08 at 21:02 +0200, J. Javier Maestro wrote: >> On Mar Mon 31 2008 12:32, Mark Crane wrote: >>> You want a fast webserver...take a look at: >>> http://www.lighttpd.net/ >> If anyone wants to look at some real light webserver with some nice coding >> und

Re: [Freeswitch-users] Best way to start with Freeswitch

2008-04-08 Thread Daniel Swarbrick
On Tue, 2008-04-08 at 21:02 +0200, J. Javier Maestro wrote: > On Mar Mon 31 2008 12:32, Mark Crane wrote: > > You want a fast webserver...take a look at: > > http://www.lighttpd.net/ > > If anyone wants to look at some real light webserver with some nice coding > under the hood, have a look at Che

Re: [Freeswitch-users] Best way to start with Freeswitch

2008-04-08 Thread J. Javier Maestro
On Mar Mon 31 2008 12:32, Mark Crane wrote: > You want a fast webserver...take a look at: > http://www.lighttpd.net/ If anyone wants to look at some real light webserver with some nice coding under the hood, have a look at Cherokee http://www.cherokee-project.com/ My 2 cents >:)

Re: [Freeswitch-users] Best way to start with Freeswitch

2008-04-01 Thread kokoska rokoska
Jay Fenton napsal(a): >> lighttpd >> >> Agree 100%. >> >> Low overhead I've seen over apache etc. > > Lighttpd's great, second only to Nginx http://nginx.net/ > > (Nginx benches a little less CPU heavy under load) > Many thanks to everybody for suggestion! I will look at lighttpd. Best rega

Re: [Freeswitch-users] Best way to start with Freeswitch

2008-03-31 Thread Jay Fenton
> lighttpd > > Agree 100%. > > Low overhead I've seen over apache etc. Lighttpd's great, second only to Nginx http://nginx.net/ (Nginx benches a little less CPU heavy under load) -- Regards, Jay Fenton <[EMAIL PROTECTED]> CTO, Howler Technologies Ltd t: +44 (0)207 099 7095 f: +44 (0)207 099 70

Re: [Freeswitch-users] Best way to start with Freeswitch

2008-03-31 Thread Matt Klein
lighttpd Agree 100%. Low overhead I've seen over apache etc. m On Mon, 31 Mar 2008, Mark Crane wrote: > You want a fast webserver...take a look at: > http://www.lighttpd.net/ > > "lighttpd powers several popular Web 2.0 sites like > YouTube, wikipedia and meebo. Its high speed > io-infrastruc

Re: [Freeswitch-users] Best way to start with Freeswitch

2008-03-31 Thread Mark Crane
You want a fast webserver...take a look at: http://www.lighttpd.net/ "lighttpd powers several popular Web 2.0 sites like YouTube, wikipedia and meebo. Its high speed io-infrastructure allows them to scale several times better with the same hardware than with alternative web-servers." - quote from

Re: [Freeswitch-users] Best way to start with Freeswitch

2008-03-31 Thread kokoska rokoska
Arnaldo de Moraes Pereira napsal(a): > On Mon, Mar 31, 2008 at 6:19 AM, kokoska rokoska > <[EMAIL PROTECTED]> wrote: >> Brian West napsal(a): >> >>> Wasn't this what the whole Zend optimizer was for? So it would cache >> > and pre-compiled scripts? >> > >> Thanks Brian for your answer! >> >>

Re: [Freeswitch-users] Best way to start with Freeswitch

2008-03-31 Thread Arnaldo de Moraes Pereira
On Mon, Mar 31, 2008 at 6:19 AM, kokoska rokoska <[EMAIL PROTECTED]> wrote: > > Brian West napsal(a): > > > Wasn't this what the whole Zend optimizer was for? So it would cache > > and pre-compiled scripts? > > > Thanks Brian for your answer! > > When I started with Asterisk in the past, I wr

Re: [Freeswitch-users] Best way to start with Freeswitch

2008-03-31 Thread kokoska rokoska
Brian West napsal(a): > Wasn't this what the whole Zend optimizer was for? So it would cache > and pre-compiled scripts? > Thanks Brian for your answer! When I started with Asterisk in the past, I wrote all my AGI scripts in PHP. And than I saw big latency in call setup and lack of performan

Re: [Freeswitch-users] Best way to start with Freeswitch

2008-03-30 Thread Brian West
Wasn't this what the whole Zend optimizer was for? So it would cache and pre-compiled scripts? Similar to how fastcgi does ... Either one is ok. You're over thinking... You're not going to put it all on ONE single machine but a web cluster so you can spread it out. /b On Mar 30, 2008, a

Re: [Freeswitch-users] Best way to start with Freeswitch

2008-03-30 Thread kokoska rokoska
Brian West napsal(a): > > On Mar 29, 2008, at 7:57 AM, kokoska rokoska wrote: >> >> Hi all! >> >> I'm very new to Freeswitch and thus I'm looking for advices/hints for >> painless start :-) > > Nothing is painless. > >> >> I have a lot of experience with Asterisk and OpenSER, but the philos

Re: [Freeswitch-users] Best way to start with Freeswitch

2008-03-29 Thread Brian West
On Mar 29, 2008, at 3:09 PM, kokoska rokoska wrote: > > Brian West napsal(a): >> Adding headers are easy via application=set data=sip_h_Header=value >> > > Thank you very much for that info! Is this work for INVITE only > (like in > Asterisk) or is it possible to add headers to the other messag

Re: [Freeswitch-users] Best way to start with Freeswitch

2008-03-29 Thread kokoska rokoska
Brian West napsal(a): > Adding headers are easy via application=set data=sip_h_Header=value > Thank you very much for that info! Is this work for INVITE only (like in Asterisk) or is it possible to add headers to the other messages and especially to the replies? BTW: Is there a way to send cus

Re: [Freeswitch-users] Best way to start with Freeswitch

2008-03-29 Thread Brian West
Adding headers are easy via application=set data=sip_h_Header=value What do you mean path support? It doesn't have the power OpenSER has on total manipulation of sip headers. /b On Mar 29, 2008, at 12:51 PM, kokoska rokoska wrote: > I'm affraid I red all pages I found of Freeswitch wiki, bu

Re: [Freeswitch-users] Best way to start with Freeswitch

2008-03-29 Thread kokoska rokoska
Hi Brian, thank you very much for your answer! Brian West napsal(a): > > On Mar 29, 2008, at 7:57 AM, kokoska rokoska wrote: >> >> Hi all! >> >> I'm very new to Freeswitch and thus I'm looking for advices/hints for >> painless start :-) > > Nothing is painless. > I see:-) Few years with SI

Re: [Freeswitch-users] Best way to start with Freeswitch

2008-03-29 Thread Brian West
On Mar 29, 2008, at 7:57 AM, kokoska rokoska wrote: Hi all! I'm very new to Freeswitch and thus I'm looking for advices/hints for painless start :-) Nothing is painless. I have a lot of experience with Asterisk and OpenSER, but the philosophy od Freeswitch differs... Thats an under

[Freeswitch-users] Best way to start with Freeswitch

2008-03-29 Thread kokoska rokoska
Hi all! I'm very new to Freeswitch and thus I'm looking for advices/hints for painless start :-) I have a lot of experience with Asterisk and OpenSER, but the philosophy od Freeswitch differs... What is going on: I like to deploy PBX/Switch for a lot of SIP users wich registers with it and -