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 pcap file processing #1

Open
Chandolkar001 opened this issue Dec 27, 2023 · 0 comments
Open

Multithreading pcap file processing #1

Chandolkar001 opened this issue Dec 27, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Chandolkar001
Copy link
Owner

The backend server accepts pcap file as one of the input source. While processing the pcap file, since it has 300K+ packets, it is time consuming, and thus requires enormous time to compute and analyze all the packets. If multithreading/ multicore processing is performed, it might reduce the time consumed.

@Chandolkar001 Chandolkar001 added the bug Something isn't working label Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant