Giter VIP home page Giter VIP logo

zthread's People

Contributors

larshp avatar xinitrc86 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

zthread's Issues

wait_for_free_dialog, zcl_thread

    "hardcoded 3 on purpose. Less than that and systems get weird.
"   ...
    while num_free_dia_wps < 3.
      "can lead to starvation if server usage is too high for too long
      wait up to '0.2' seconds.
      call 'ThWpInfo'
      id 'OPCODE' field opcode_wp_get_info
      id 'WP' field num_wps
      id 'FREE_DIAWP' field num_free_dia_wps.
    endwhile.

Does this mean that during parallelization more than 2 users will not be able to log into the system, because will all dialog processes (DIA) be busy?

Usage of "is instance of" in 740

It is checked whether runnable is an instance of ZIF_RUNNABLE.

o_runnable is instance of zif_runnable

This is done using "is instance of" which is only available from 7.50 onwards.
We are still on 7.4 and this displays an syntax error:
image

We´ve replaced it currently with:
rv_is_runnable = xsdbool( cl_wdy_wb_reflection_helper=>is_instance_of( object = o_runnable type_name = 'ZIF_RUNNABLE' ) and lv_name <> '\CLASS=ZCL_THREAD' ).
https://codezentrale.de/abap-funktion-instanceof/

Do we have another option here?

name clashes, suggest prefixing

Hi!
If you plan to place this project on dotabap.org, how about prefixing the objects so that there is no collision between repositories?
Suggest that you prefix object names, eg. zcl_thrd_thread_pool_executor.clas.abap

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.