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

BEFORE EVAL CHECK #34

Open
Sekula34 opened this issue Aug 19, 2024 · 1 comment
Open

BEFORE EVAL CHECK #34

Sekula34 opened this issue Aug 19, 2024 · 1 comment
Labels
enhancement New feature or request invalid This doesn't seem right

Comments

@Sekula34
Copy link
Owner

Sekula34 commented Aug 19, 2024

  • CHANGE COMPILER IN MAKE FILE FROM g++ TO c++
  • EITHER REMOVE LOGS COMPLETELY OR MAKE THEM GO THROUGH EPOLL OR WRITE THEM INTO A FILE
  • Remove setsockopt
  • Remove getpid
  • Check header files for header guards (#ifndef)

Useful branches:
marco_20241007_REFACT-POST --> This is for demonstrating that adding regular fd to epoll results in an error

@Sekula34 Sekula34 added enhancement New feature or request invalid This doesn't seem right labels Aug 19, 2024
@Sekula34
Copy link
Owner Author

We cannot make logs go through epoll because epoll cannot monitor regular file descriptor. Question remains if we can monitor standarn output, error and input. I would still go with simple solution and remove all printing before eval.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant