Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Simple a page of streaming text. Best solution?
Old 04-29-2009, 08:20 PM Simple a page of streaming text. Best solution?
Novice Talker

Posts: 7
Trades: 0
Okay, I need your guys expertise in this scenario:

You have two pages. One page you can enter text and post it. The other page is a stream of everything that is currently being posted. The stream page should not refresh, new content should just appear.

Now say there are thousands of people posting per minute and the streaming page is literally rushing with posts like a raging river. (so that the page doesnt get too big, it truncates posts after 200). Its just a realtime stream of thousands of new posts per minute.

Here is my question: What is the best programming technology to use for the least amount of strain on the server for such a real time stream? Is there anything better than ajax for dynamically posting content?

Thanks so much for your help!
the311guy is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-30-2009, 01:22 AM Re: Simple a page of streaming text. Best solution?
Banned

Posts: 10
Name: brent moeller
Trades: 0
Ill be honest with you
It dont matter what language you use. Any script that is running in real time and processing thousands of lines of data is going to be resource hog.
monitorporn is offline
Reply With Quote
View Public Profile
 
Old 04-30-2009, 01:56 AM Re: Simple a page of streaming text. Best solution?
stevej's Avatar
Professional Multitasker

Posts: 996
Location: Not positive
Trades: 0
I have to agree with Brent: whatever you use and however you use it, you're going to have some serious server issues. And a resource hog on the user's side. I'm not even sure if a server is capable of doing what you just described.

But to answer your question: AJAX is the most efficient method for this that I know of.

- Steve
__________________
if($stevej == "helpful") { $talkupation += $user_power; }
stevej is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Simple a page of streaming text. Best solution?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.61050 seconds with 12 queries