Visualizzazione dei risultati da 1 a 5 su 5

Hybrid View

  1. #1
    intanto userei questo: http://php.net/manual/en/function.set-time-limit.php

    in secondo, leggerei questa nota:

    The set_time_limit() function and the configuration directive max_execution_time only affect the execution time of the script itself. Any time spent on activity that happens outside the execution of the script such as system calls using system(), stream operations, database queries, etc. is not included when determining the maximum time that the script has been running. This is not true on Windows where the measured time is real.
    le query nel database non rientrano nel conteggio del time limit. Non sembra neanche esserci una possibilità in mysql di impostare un timeout su una query, ho dato uno sguardo in giro, tutti dicono eventualmente di killare il processo o cose simili. Quindi dovresti lanciare lo script in background e uccidere il processo se va in timeout. Come fa questo nella risposta: http://php.net/manual/en/function.se...mit.php#115057
    IP-PBX management: http://www.easypbx.it

    Old account: 2126 messages
    Oldest account: 3559 messages

  2. #2
    Quote Originariamente inviata da Santino83_02 Visualizza il messaggio
    intanto userei questo: http://php.net/manual/en/function.set-time-limit.php

    in secondo, leggerei questa nota:



    le query nel database non rientrano nel conteggio del time limit. Non sembra neanche esserci una possibilità in mysql di impostare un timeout su una query, ho dato uno sguardo in giro, tutti dicono eventualmente di killare il processo o cose simili. Quindi dovresti lanciare lo script in background e uccidere il processo se va in timeout. Come fa questo nella risposta: http://php.net/manual/en/function.se...mit.php#115057

    anzitutto grazie per la risposta....

    complicato il funzionamento, cerco di capire cosa fa ed applicarlo alla mia problematica

    nel frattempo qualcuno ha qualche altra idea?

    grazie anticipatamente per eventuali altre idee

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.