We want to move our business logic from our extens...
# suitecommerce
v
We want to move our business logic from our extensions (which is in SC Models) to back-end 2.0 Suitelets. Will this encourage performance/concurrency related issues in any way? (From this document: https://developers.suitecommerce.com/learn-how-external-suitescripts-can-affect-suitecommerce-performance I understand that a good way to tackle performance issues will be to trigger a Scheduled Script from an external Suitelet. But I'm also concerned about concurrent requests from the web store, hence I decided to raise this query here.)
s
It's not terribly unusual to do this. Some of the extensions built by NetSuite use SuiteScript 2.0 Suitelets
I'm not an expert on the performance of this area though, which is why I had help writing that blog post. I think on a theoretical level it's hard to say what concurrency issues you might run into but I don't think you should do
v
Okay. I guess that's a good starting point for me to start exploring about this topic. Thank you 🙂
s
Also read the stuff in the help center about governance and concurrency limits. But the thing is that they apply to all web services, so it's hard to say what will be different between your web store SuiteScript and Suitelets. You know? If they're equivalent then there shouldn't be a problem
👍 1
p
@Viraj Shinde (yellow background)
👍 1
v
Thanks @Steve Goldberg @PabloZ, I'll definitely read up on those points.