21 Sep
2002
21 Sep
'02
6:26 p.m.
Brian Sullivan writes:
... I am trying to, while uploading a text file, create some Zope folder objects for each line in the text file. Each line in the text file causes creation of an object and a couple of child objects and in each child object 3-10 more objects ( and in the future the number may increase).
I am finding that each line read takes 1-3 seconds of real time in the script to create the required objects -- I am hoping to upload files and Maybe, you can use ZEO and do the expensive work in the background...
Dieter