Displaying Search Results

7 views
Skip to first unread message

Shanuu

unread,
Dec 8, 2010, 2:16:50 AM12/8/10
to meteorserver
Hi,

I have a web search application which is a meta search engine
developed over Perl. It searches different sites (i.e approx 40 sites)
at a time. It broadcasts a parallel search to all the 40 sites(40
child process) and wail till all the child process finished to display
the search results.

Goal: To display results as they come(Incremental Result Display).
Something like: http://www.scitopia.org.

I have following point to discuss here:

1. Can I use Meteor to achieve the goal?
2. If yes, then how can I go about it?
3. Or is there any other way to took at it.

Any help would be appreciable!!

Amit

Spark

unread,
Dec 16, 2010, 3:47:48 AM12/16/10
to meteorserver
Hi,

Well, why don't you make the child processes publish messages to
Meteor (not waiting for all to complete, but as any result comes up).
Then with some JS, upon Meteor's client side script receiving a
message, parse it to get it to display the way you want and inject it
into the DOM.
Reply all
Reply to author
Forward
0 new messages