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