Ticket #73 (closed enhancement: wontfix)

Opened 3 years ago

Last modified 3 years ago

Idea: parallelize feed fetching

Reported by: mbonetti Assigned to: mbonetti
Priority: lowest Milestone: Gregarius 0.6.0
Component: FEATURES Version:
Severity: normal Keywords:
Cc:

Description

Just a wicked idea: why fetch feeds sequentially when we can parallelize the process?

Okay, php has no threading support, but we could fork off a curl or a wget process with popen() for example...

Change History

08/15/05 14:28:02 changed by mbonetti

  • status changed from new to closed.
  • resolution set to wontfix.
  • milestone changed from Gregarius 0.5.0 to Gregarius 0.6.0.

Too complex. Closing...

10/27/05 08:19:48 changed by anonymous

see [987] for a fake solution.