Python Forum
i want this program to be as fast as possible
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
i want this program to be as fast as possible
#1
i want this program to be as fast as possible, so i might do it in C. it's an admin tool. what it is to do on Linux or Unix is to force the PID number to wrap around, typically at 32767, but maybe at other numbers as high as 65535. if PID numbers exceed 65535 then the platform is apparently using more than 16 bits for the PID number, and the program should abort out of fear of 2147483647. can someone do this super fast, nearly as fast as it can be done in C, Python? if it finds itself running on Windows i don't know what it should do because i don't know how Windows does this. if it just aborts, that's fine.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
i want this program to be as fast as possible - by Skaperen - May-25-2018, 02:02 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020