NAS and Parallelism

ldreamsl
Member Posts: 33
Hi to everybody,
my problem is this:
1) I have installed the NAS on the server with only 1 license
2) I have realized a based system on ASP.NET, that Query through MSMQ on the SQL DateBase Navision
3) If a Query employs a lot of time to finish, all the other users they stay in attended
4) exists a way for not stopping the Process but to realize a parallelism of the transactions?
my problem is this:
1) I have installed the NAS on the server with only 1 license
2) I have realized a based system on ASP.NET, that Query through MSMQ on the SQL DateBase Navision
3) If a Query employs a lot of time to finish, all the other users they stay in attended
4) exists a way for not stopping the Process but to realize a parallelism of the transactions?
God does not play dice with the universe. [Albert Einstein]
0
Comments
-
Nas is not multithreaded, but there is such things as commerce gateway that handles mulitple instances of NAS.0
-
Hi,
as the other already mentioned:
NAS is not multithreaded, therefore when the NAS is running a transaction, everything else has to wait until this transaction is finished.
For Commerce Gateway it is a little bit different scenario, because it is working asynchronous, which means that there is no immediatly response like in a web application.
Currently the only way is to have multiple instances of NAS running.
Another way may be to change the programming so that the NAS has to handle only short-timed small transactions like
User A, B and C want to get data. They send the request parallel.
NAS is running A, then B, then C.
But if each request is split up into different requests it may help to get the following response:
User A, B and C send request parallel. Request A consists of 4, B of 2 and C of 3 smaller requests.
User NAS
A1 (needs some time)
B1 A1
C1 B1
A2 C1
B2 A2
C2 B2
A3 C2
C3 A3
A4 C3
A4
HTH,
Rainer0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions