Rank: Newbie
Joined: 1/16/2008 Posts: 8
|
Hi,
I was hoping to move a few hundred nodes and was wondering what API's I should use to do that (if possible). I looked at all the available webservices, but none of them seem to have the operation available.
The NodeService web service might be an exception, but it seems to be an orphan asmx page since there is no code for it in the 3.0.3 source, as far as I can tell.
On a related note, I've been having a lot of trouble with database connections not getting released properly when doing bulk operations on umbraco. For example: - publish children (through the admin UI) - documentService.create (creating content programmatically) Is this common? Aside from doing IISReset's, are there any workarounds? This is particularly an issue for the publish children UI command, as I can't modify it to pause every 100 nodes.
Thanks!
Christophe
|
Rank: Newbie
Joined: 1/16/2008 Posts: 8
|
Just figured out I can re-publish a large set of nodes without maxing out the connection pool by re-publishing the entire site, which just clears the cache, I take it :)
|