M
mgschrei@northlandins.com
Guest
This is an existing application. It is a .Net application that acts as a rest service layer for a web interface. We do Read and Write using SQL through ADO.Net to talk to DB2 on a mid-tier server. Currently using data direct we process 150,000 requests a day. We recently moved it to Pivotal Cloud Foundry. The next step is to move it to .Net Core for Speed and ease of changing to a Linux build pack. Because DataDirect Connect for ADO.Net is not core, we will need to run the application in compatibility mode. Running in compatibility mode causes the application space to grow exponentially as all of the .Net Dlls are included. It also will only run on Windows.
Continue reading...
Continue reading...