View previous topic :: View next topic |
Author |
Message |
hpatel877 at gmail.com Guest
|
Posted: Sun Sep 14, 2008 12:26 am Post subject: [Freeswitch-users] Required xml_curl performance information |
|
|
Hi There !
I am new and just started to work with Freeswitch. i have some
question regarding xml_curl, as i am developing web interface for
handling all this aspects.
Configuration Info :
OS : Linux
Webserver : apache 2.2.8
Scripting In : php 5.2.6
Following are Question
1) Is that fine if i will use xml_curl for dialplan & sip directory
with approximate 300 live call & 200 sip user.
2) if not is there any other way that i can do this dynamically
3) which one is batter in php and spidermonkey javascript if i
divide load of dialplan on javascript.
Kind Regards,
Harshil
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Sun Sep 14, 2008 2:58 pm Post subject: [Freeswitch-users] Required xml_curl performance information |
|
|
On Sep 14, 2008, at 12:27 AM, Harshil wrote:
Quote: | Hi There !
I am new and just started to work with Freeswitch. i have some
question regarding xml_curl, as i am developing web interface for
handling all this aspects.
Configuration Info :
OS : Linux
Webserver : apache 2.2.8
Scripting In : php 5.2.6
Following are Question
1) Is that fine if i will use xml_curl for dialplan & sip directory
with approximate 300 live call & 200 sip user.
|
As always, this is highly dependent on your setup. Lab it up and see
and report back for others to see.
Quote: | 2) if not is there any other way that i can do this dynamically
|
at the level of the c api you can hook to those xml hooks however you
would like. These are also exposed to several of the embedded
languages.
Quote: | 3) which one is batter in php and spidermonkey javascript if i
divide load of dialplan on javascript.
|
I don't understand this question, could you try to explain more?
Mike
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
james.green at stealth... Guest
|
Posted: Mon Sep 15, 2008 5:57 am Post subject: [Freeswitch-users] Required xml_curl performance information |
|
|
Harshil wrote:
Quote: | Hi There !
I am new and just started to work with Freeswitch. i have some
question regarding xml_curl, as i am developing web interface for
handling all this aspects.
| [ skip ]
Quote: | 1) Is that fine if i will use xml_curl for dialplan & sip directory
with approximate 300 live call & 200 sip user.
|
I think you are asking the wrong question. You need to be asking
yourself (not us) what the maximum number of simultaneous HTTP requests
your web server can handle. If you expect more FreeSWITCH connections
than this, you need to tweak or add to your infrastructure.
There are tools to automate web server load testing. I suggest taking
the HTTP request that FreeSWITCH makes to your server and load testing
that URL as start.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
|