[CLOSED] Timeout for PageProxy

  1. #1

    [CLOSED] Timeout for PageProxy

    Hello,

    does the PageProxy has a timeout somewhere similar to the HttpProxy?


    Regards,

    Martin
  2. #2

    RE: [CLOSED] Timeout for PageProxy

    Hi,

    PageProxy uses DirectEvent/DirectMethod mechanism. Therefore use DirectEventConfig inner property of the store
    <DirectEventConfig Timeout="60000" />
  3. #3
    hi vlad. I added this code

     <Store>
                            <ext:Store ID="storeGrid" runat="server">
                            <DirectEventConfig Timeout="100000"/>
               <Store>
    but timeout not change??:confused:
  4. #4
    Hi voldamirin,

    I just tried to test this and seems it works as expected.

    How do you test it?
  5. #5
    Quote Originally Posted by Daniil View Post
    Hi voldamirin,

    I just tried to test this and seems it works as expected.

    How do you test it?
    hi daniil,

    my query is get very long time. so my page is take transaction error.

    I added above code in store. But i have same error.


    Edit: Record count 320000.
    Edit2: I used httpproxy

    Not:My english is few bad sorry.:rolleyes:
    Last edited by voldamirin; Oct 07, 2010 at 12:22 PM.
  6. #6
    To set timeout for HttpProxy please use its Timeout property.

    Example
    <ext:HttpProxy Timeout="100000" ... />
  7. #7
    Quote Originally Posted by Daniil View Post
    To set timeout for HttpProxy please use its Timeout property.

    Example
    <ext:HttpProxy Timeout="100000" ... />
    yes that is work. thanks;) can i ask a question? what is the difference httpproxy and pageproxy?
  8. #8
    The HttpProxy processes data requests within the same domain of the originating page.

    The PageProxy processes data requests within the originating page only (DirectEvent).

Similar Threads

  1. [CLOSED] PageProxy and RemotePaging issue
    By krzak in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 26, 2011, 12:31 PM
  2. [CLOSED] Combobox with store and pageproxy
    By John_Writers in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 15, 2011, 4:19 PM
  3. GridPanel Paging with PageProxy
    By jigpatel06 in forum 1.x Help
    Replies: 3
    Last Post: Mar 11, 2011, 10:33 AM
  4. [CLOSED] PageProxy
    By jeybonnet in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 21, 2011, 3:26 PM
  5. Add pageproxy at runtime
    By 78fede78 in forum 1.x Help
    Replies: 0
    Last Post: Jun 30, 2010, 3:20 PM

Posting Permissions