GithubHelp home page GithubHelp logo

Comments (3)

github-actions avatar github-actions commented on September 28, 2024

👋 Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed.

from nodejs-itoolkit.

ThePrez avatar ThePrez commented on September 28, 2024

Greetings. The throughput performance is a difficult question to answer, and it depends on many things. You should be able to handle large volumes of requests, but you will likely need to do a few rounds of tweaking and analysis (for instance, reusing the connection objects within your application when possible). Quite often, with an architecture like this, the largest source of contention comes on the RPG/database side (with expensive lock algorithms and things like that having an influence), but it all depends on application design.

A popular approach is to expose those backend RPG programs through SQL (through use of stored procedures, UDFs, or UDTFs), and then getting at that business logic through database calls (for which you'd use idb-connector, idb-pconnector, or odbc directly). This helps provide a layer of language-agnosticism as well as connection flexibility, but it also provides you with more insights into what queries are impacting performance in the SQL Performance Center tools.

from nodejs-itoolkit.

github-actions avatar github-actions commented on September 28, 2024

👋 Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed.

from nodejs-itoolkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.