At the moment we got a lot of documents that should be updated regularly. We are thinking about a console app because this would be much faster. But is this possible as Umbraco is a web app?
You can use CMSImport PRO for that, create a definition once and then you can schedule the update so it will run every night or whatever. You will not solve performance issues by creating a console app (which isn't possible directly since Umbraco relies on a HTTPContext). The current Umbraco API makes a lot of calls to the database, that is the real issue which will be addressed in V5 of Umbraco.
Importing documents by batch
At the moment we got a lot of documents that should be updated regularly. We are thinking about a console app because this would be much faster. But is this possible as Umbraco is a web app?
Regards,
Roel
HI Roel,
You can use CMSImport PRO for that, create a definition once and then you can schedule the update so it will run every night or whatever. You will not solve performance issues by creating a console app (which isn't possible directly since Umbraco relies on a HTTPContext). The current Umbraco API makes a lot of calls to the database, that is the real issue which will be addressed in V5 of Umbraco.
Cheers,
Richard
is working on a reply...