Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multithreading #14

Open
4 tasks
dippi9845 opened this issue Jul 20, 2022 · 0 comments
Open
4 tasks

Multithreading #14

dippi9845 opened this issue Jul 20, 2022 · 0 comments
Assignees

Comments

@dippi9845
Copy link
Owner

dippi9845 commented Jul 20, 2022

Implementing multithreading injections

  • A way to perform multithreading injection wtih url injection type
  • A way to store information about the number of thread into a configuration
  • A way to perform multithreading into a multiple configuration Multiple configuration #17
  • A way to perform multithreading injection with webdriver injection type Webdriver #12

Proposed solution

First of all is required to define a class that extends Thread class, named like MyThread

Url injection type

Sequence for resolve the problem

  1. Create a MyThread object
  2. Pass him an instance of subclass Injector
  3. Iterate through the Injector or call inject_all() method

I haven't any other solution in mind

If you got it let me guess.
Write a clear and concise description of any alternative solutions you've considered.

@dippi9845 dippi9845 added enhancement New feature or request documentation Improvements or additions to documentation question Further information is requested Not completed some information are missing and removed documentation Improvements or additions to documentation question Further information is requested labels Jul 20, 2022
@dippi9845 dippi9845 mentioned this issue Jul 20, 2022
4 tasks
@dippi9845 dippi9845 added new feature english check Put at the first writing, it's a reminder for me to check the correctness of the english and removed enhancement New feature or request Not completed some information are missing english check Put at the first writing, it's a reminder for me to check the correctness of the english labels Jul 20, 2022
@dippi9845 dippi9845 self-assigned this Jul 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant