Timeout - délai dépassé

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • alban

    Timeout - délai dépassé

    J'ai un module de chargement et tant que ma base est petite il n'y a pas de
    probleme. Mais pour des tests j'ai chargé un max de données et maintenant
    lors du chargement, j'ai un probleme.
    Voila ce qui se passe: le chargement commence sans probleme et à un moment
    le navigateur change de page (mais l'url ne change pas) et met un message
    impossible de trouver la page, alors que le chargement n'est pas terminé.

    J'ai pensé à un problème de timeout mais j'ai mis dans mon code :
    Server.ScriptTi meout=1200;
    Page.Session.Ti meout=20;

    et ca ne change rien
    Si quelqu'un a une idée ca serait cool

    Merci par avance
    Alban
    ////////////////////////////////////////////////////////////////////////////
    /////////////////////////////////////////
    I have a load module and as long as my base is small there is no
    problem. But for tests I charged a maximum of data and maintaining at the
    time of the loading, I have a problem. So what occurs: the loading
    starts without problem and after a little moment the navigator changes page
    (but
    the URL does not change) and puts a message impossible to find the
    page, whereas the loading is not finished.

    I thought of a problem of timeout but I put in my code:
    Server.ScriptTi meout=1200;
    Page.Session.Ti meout=20;

    and it does not change anything If somebody has an idea it would be
    fun

    Thank you by advance
    Alban


  • TomB

    #2
    Re: Timeout - délai dépassé

    oops sorry, you tried that

    "alban" <abus@microsoft .fr> wrote in message
    news:c8l7rn$lgc $1@news-reader2.wanadoo .fr...[color=blue]
    > J'ai un module de chargement et tant que ma base est petite il n'y a pas[/color]
    de[color=blue]
    > probleme. Mais pour des tests j'ai chargé un max de données et maintenant
    > lors du chargement, j'ai un probleme.
    > Voila ce qui se passe: le chargement commence sans probleme et à un moment
    > le navigateur change de page (mais l'url ne change pas) et met un message
    > impossible de trouver la page, alors que le chargement n'est pas terminé.
    >
    > J'ai pensé à un problème de timeout mais j'ai mis dans mon code :
    > Server.ScriptTi meout=1200;
    > Page.Session.Ti meout=20;
    >
    > et ca ne change rien
    > Si quelqu'un a une idée ca serait cool
    >
    > Merci par avance
    > Alban
    >[/color]
    ////////////////////////////////////////////////////////////////////////////[color=blue]
    > /////////////////////////////////////////
    > I have a load module and as long as my base is small there is no
    > problem. But for tests I charged a maximum of data and maintaining at the
    > time of the loading, I have a problem. So what occurs: the loading
    > starts without problem and after a little moment the navigator changes[/color]
    page[color=blue]
    > (but
    > the URL does not change) and puts a message impossible to find the
    > page, whereas the loading is not finished.
    >
    > I thought of a problem of timeout but I put in my code:
    > Server.ScriptTi meout=1200;
    > Page.Session.Ti meout=20;
    >
    > and it does not change anything If somebody has an idea it would be
    > fun
    >
    > Thank you by advance
    > Alban
    >
    >[/color]


    Comment

    • TomB

      #3
      Re: Timeout - délai dépassé

      try
      Server.ScriptTi meout = 240 '4 minutes

      "alban" <abus@microsoft .fr> wrote in message
      news:c8l7rn$lgc $1@news-reader2.wanadoo .fr...[color=blue]
      > J'ai un module de chargement et tant que ma base est petite il n'y a pas[/color]
      de[color=blue]
      > probleme. Mais pour des tests j'ai chargé un max de données et maintenant
      > lors du chargement, j'ai un probleme.
      > Voila ce qui se passe: le chargement commence sans probleme et à un moment
      > le navigateur change de page (mais l'url ne change pas) et met un message
      > impossible de trouver la page, alors que le chargement n'est pas terminé.
      >
      > J'ai pensé à un problème de timeout mais j'ai mis dans mon code :
      > Server.ScriptTi meout=1200;
      > Page.Session.Ti meout=20;
      >
      > et ca ne change rien
      > Si quelqu'un a une idée ca serait cool
      >
      > Merci par avance
      > Alban
      >[/color]
      ////////////////////////////////////////////////////////////////////////////[color=blue]
      > /////////////////////////////////////////
      > I have a load module and as long as my base is small there is no
      > problem. But for tests I charged a maximum of data and maintaining at the
      > time of the loading, I have a problem. So what occurs: the loading
      > starts without problem and after a little moment the navigator changes[/color]
      page[color=blue]
      > (but
      > the URL does not change) and puts a message impossible to find the
      > page, whereas the loading is not finished.
      >
      > I thought of a problem of timeout but I put in my code:
      > Server.ScriptTi meout=1200;
      > Page.Session.Ti meout=20;
      >
      > and it does not change anything If somebody has an idea it would be
      > fun
      >
      > Thank you by advance
      > Alban
      >
      >[/color]


      Comment

      Working...