views:

4

answers:

0

I have a Social Community Website and I want to add Video Chat,but if i add directly video chat in my WebSite then it will slow down my web server.

for example.

http://welinked.com/myvideochat.php

if i load my Video Chat program in this page in WeLinked Domain,then it will slows down the other features of my website,and CPU usage of the Server will exceed its limit,

I want a solution to get rid of this CPU usage's limit. I want a suggestion in this matter that if i create a subdomain like :

chat.welinked.com/

and Point this subdomain to a new Web hosting account, and save my Video Chat program on that web-hosting's account like.

chat.welinked.com/myvideochat.php

Now if I call above URL in my main Domain WeLinked.com by using iframe

and add this code in my WeLinked.com page e.g ,

welinked.com/chat.php

then the question is: Would it be nice effort to save the CPU usage of WeLinked.com 's server so that the main features of WeLinked.com will not be effected with the High Video buffering and data transfer of Chat Program...??

Please advice me in this matter, what will be other better solution of this problem.....