18 Apr
2001
18 Apr
'01
12:16 p.m.
I finally figured out how to get all of my course roster objects (one folder per student per class section - ~233K objects). Instead of trying to use a single XML-RPC session for the entire process *or* using a seperate session for each class section, I used a new session for each course subject. This split the data into about 100 chunks. It updated all night without locking up. I haven't determined exactly what the limits of XML-RPC are, but this seems to get around it. At least it's better than grinding Zope into the ground and restarting it. Thank you for the help. --kyler