Questions tagged [execution]

21 questions
0
votes
1 answer

Executing a linux binary

Well I've run across a very weird thing today and I don't know if its something to do with my OS or Virtualization. I've been running game-server binaries and they've always worked. A simple ./binary +parameters does the job pretty well but today I…
Asad Moeen
  • 437
  • 3
  • 11
  • 22
0
votes
1 answer

nginx with php5-fpm, maximum execution time exceeded

In php.ini I have set "max_execution_time = 1200", phpinfo() confirms that, but my script stops after 300 seconds with message: "PHP Fatal error: Maximum execution time of 300 seconds exceeded" Nginx fastcgi_read_timeout is also set to 1200,…
dmz
  • 3
  • 1
  • 3
0
votes
1 answer

How many queries per second execute in postgressql database

I have to monitor database statistic for postgresql and need display as graph. How to check Query execution time and number of query per seconds in postgres. What functions available to get those output?? Any reference site will be useful.
Chandru
  • 1
  • 1
  • 1
0
votes
0 answers

Any way to make program run only on a performance core (P-core)?

I need to run a compiler, and people have previously found that it runs well on a single core. Now that Intel's 12th generation consumer chips have separate P-cores and E-cores, can I somehow tell the compile worker to run specifically on a P-core,…
-2
votes
1 answer

Is Arbitrary code execution vulnerability in Firefox a myth?

Have you ever seen a live demo of one of those critical vulnerabilities that Firefox publishes? Is it possible to run a program (i.e. Notepad) or download/install a new one, without user intervention, just visiting an URL? That's what Mozilla…
John Doe
  • 111
  • 4
1
2