Developer forum

Forum » Dynamicweb 10 » TableScript instantiation

TableScript instantiation

Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Hi there,

In DW9 TableScripts were instantiated once per job / context and then reused for each ProcessRow call (https://doc.dynamicweb.com/forum/development/development/when-are-table-scripts-instantiated). In 10, I now see them being instantiated for each call to ProcessRow; i.e. for each row. Is that intentional? It means I can no longer do any job-specific work in the constructor.

Imar


Replies

 
Dmitriy Benyuk Dynamicweb Employee
Dmitriy Benyuk
Reply
This post has been marked as an answer

Hi Imar,
that is a bug in DW10, I have made #25597 to fix that.
BR, Dmitrij

Votes for this answer: 1

 

You must be logged in to post in the forum