Ticket #158 (closed enhancement: wontfix)

Opened 2 years ago

Last modified 2 years ago

Improve feed loading

Reported by: sgillies Assigned to: sgillies
Priority: major Milestone: Vocabulary Management
Component: Portal Version: Beta
Keywords: data loading Cc:

Description

Calling batching.loaden() through the web becomes problematic for large numbers of features. The web request can time out before the processing is done. We should probably do the loading through another client script attached to the ZODB.

Change History

02/21/07 15:50:28 changed by thomase

  • milestone deleted.

Milestone Geo Optimus deleted

02/21/07 16:09:54 changed by thomase

  • milestone set to Vocabulary Management.

03/16/07 12:21:16 changed by sgillies

  • status changed from new to closed.
  • resolution set to wontfix.

Connecting directly through Zope, and not through an Apache proxy lets us load < 1000 (estimate) places without timing out.