Announcement

Collapse
No announcement yet.

MvCALL Timeout Suggestions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    MvCALL Timeout Suggestions



    Hello All-
    I am trying to grab an XML document from another server... the problem I
    am running into is that the file is fairly large and is causing MvCALL
    to timeout near the end. Does anyone else have a suggestion? The
    limitations with MvCALL are killing me ;-)

    Thanks,
    Scott



    #2
    MvCALL Timeout Suggestions



    Hi Scott,

    Try wget() instead and parse the file locally.

    Markus=20

    -----Original Message-----
    From: [email protected] =
    [mailto:[email protected]]
    On Behalf Of Sebenza Lists
    Sent: Dienstag, 8. M=E4rz 2005 18:25
    To: Miva Coders Group
    Subject: [mrc] MvCALL Timeout Suggestions

    Hello All-
    I am trying to grab an XML document from another server... the problem I =
    am
    running into is that the file is fairly large and is causing MvCALL to
    timeout near the end. Does anyone else have a suggestion? The =
    limitations
    with MvCALL are killing me ;-)

    Thanks,
    Scott


    Comment


      #3
      MvCALL Timeout Suggestions



      --------------010509020109010600060700
      Content-Type: text/plain; charset=ISO-8859-1; format=flowed
      Content-Transfer-Encoding: 8bit

      Do you know what version of VM this came out in? I get: Line 32:
      Unresolved call to external function 'wget'.

      Running VM 4.14, which I thought was the latest...

      Scott

      MvMarkus wrote:

      >Hi Scott,
      >
      >Try wget() instead and parse the file locally.
      >
      >Markus
      >
      >-----Original Message-----
      >From: [email protected] [mailto:[email protected]]
      >On Behalf Of Sebenza Lists
      >Sent: Dienstag, 8. März 2005 18:25
      >To: Miva Coders Group
      >Subject: [mrc] MvCALL Timeout Suggestions
      >
      >Hello All-
      >I am trying to grab an XML document from another server... the problem I am
      >running into is that the file is fairly large and is causing MvCALL to
      >timeout near the end. Does anyone else have a suggestion? The limitations
      >with MvCALL are killing me ;-)
      >
      >Thanks,
      >Scott
      >
      >

      Comment


        #4
        MvCALL Timeout Suggestions



        On Tue, 08 Mar 2005 12:20:48 -0700, Sebenza Lists <[email protected]> wrote:
        > Do you know what version of VM this came out in? I get: Line 32:
        > Unresolved call to external function 'wget'.
        >
        > Running VM 4.14, which I thought was the latest...
        >
        > Scott
        >
        > MvMarkus wrote:
        >
        > >Hi Scott,
        > >
        > >Try wget() instead and parse the file locally.
        > >
        > >Markus
        > >

        <A HREF ="http://www.miva.com/docs/empresa/RelNote413.pdf">http://www.miva.com/docs/empresa/RelNote413.pdf</A>

        also found these gems the other day (thx Jeff):
        http://4thebest.com/downloads/wget.mv.txt
        http://4thebest.com/downloads/mvcall.mv.txt

        --
        Bill Guindon (aka aGorilla)


        Comment


          #5
          MvCALL Timeout Suggestions



          --------------000301080503080403080404
          Content-Type: text/plain; charset=us-ascii; format=flowed
          Content-Transfer-Encoding: 7bit

          Yeah... I just found the docs on it. But Jeffs sample will not fire
          either... getting the error: Unresolved call to external function 'wget'

          Bill Guindon wrote:

          >On Tue, 08 Mar 2005 12:20:48 -0700, Sebenza Lists <[email protected]> wrote:
          >
          >
          >>Do you know what version of VM this came out in? I get: Line 32:
          >>Unresolved call to external function 'wget'.
          >>
          >>Running VM 4.14, which I thought was the latest...
          >>
          >>Scott
          >>
          >>MvMarkus wrote:
          >>
          >>
          >>
          >>>Hi Scott,
          >>>
          >>>Try wget() instead and parse the file locally.
          >>>
          >>>Markus
          >>>
          >>>
          >>>
          >
          ><A HREF ="http://www.miva.com/docs/empresa/RelNote413.pdf">http://www.miva.com/docs/empresa/RelNote413.pdf</A>
          >
          >also found these gems the other day (thx Jeff):
          >http://4thebest.com/downloads/wget.mv.txt
          >http://4thebest.com/downloads/mvcall.mv.txt
          >
          >
          >

          --------------000301080503080403080404--

          Comment


            #6
            MvCALL Timeout Suggestions



            V4.13

            <A HREF ="http://www.miva.com/docs/empresa/RelNote413.pdf">http://www.miva.com/docs/empresa/RelNote413.pdf</A>

            Markus




            -----Original Message-----
            From: [email protected] =
            [mailto:[email protected]]
            On Behalf Of Sebenza Lists
            Sent: Dienstag, 8. M=E4rz 2005 20:21
            To: MvMarkus
            Cc: 'Miva Coders Group'
            Subject: Re: [mrc] MvCALL Timeout Suggestions

            Do you know what version of VM this came out in? I get: Line 32:=20
            Unresolved call to external function 'wget'.

            Running VM 4.14, which I thought was the latest...

            Scott

            MvMarkus wrote:

            >Hi Scott,
            >
            >Try wget() instead and parse the file locally.
            >
            >Markus
            >
            >-----Original Message-----
            >From: [email protected]=20
            >[mailto:[email protected]]
            >On Behalf Of Sebenza Lists
            >Sent: Dienstag, 8. M=E4rz 2005 18:25
            >To: Miva Coders Group
            >Subject: [mrc] MvCALL Timeout Suggestions
            >
            >Hello All-
            >I am trying to grab an XML document from another server... the problem=20
            >I am running into is that the file is fairly large and is causing=20
            >MvCALL to timeout near the end. Does anyone else have a suggestion? The =

            >limitations with MvCALL are killing me ;-)
            >
            >Thanks,
            >Scott
            >
            >

            Comment


              #7
              MvCALL Timeout Suggestions



              You apparently forgot to update the libraries when overwriting mivavm =
              with
              the new version. Wget() works just fine since a long time. However, do =
              not
              expect any serious decreasing of the processing time - the function =
              seems to
              share the very same code that drives the MvCALL tag, so very likely the
              difference won't be any important.

              Ivo Truxa

              | http://miva.truxoft.com
              | Advanced Miva Merchant modules



              -----Original Message-----
              From: Sebenza Lists


              Do you know what version of VM this came out in? I get: Line 32:=20
              Unresolved call to external function 'wget'.

              Running VM 4.14, which I thought was the latest...

              Scott

              MvMarkus wrote:

              >Hi Scott,
              >
              >Try wget() instead and parse the file locally.
              >
              >Markus=20
              >
              >-----Original Message-----
              >From: [email protected]
              [mailto:[email protected]]
              >On Behalf Of Sebenza Lists
              >Sent: Dienstag, 8. M=E4rz 2005 18:25
              >To: Miva Coders Group
              >Subject: [mrc] MvCALL Timeout Suggestions
              >
              >Hello All-
              >I am trying to grab an XML document from another server... the problem =
              I am
              >running into is that the file is fairly large and is causing MvCALL to
              >timeout near the end. Does anyone else have a suggestion? The =
              limitations
              >with MvCALL are killing me ;-)
              >
              >Thanks,
              >Scott


              Comment


                #8
                MvCALL Timeout Suggestions



                --------------030702030406010109070009
                Content-Type: text/plain; charset=ISO-8859-2; format=flowed
                Content-Transfer-Encoding: 8bit

                Thanks for the tip Ivo... I will check that now.

                Scott



                Ivo Truxa wrote:

                >You apparently forgot to update the libraries when overwriting mivavm with
                >the new version. Wget() works just fine since a long time. However, do not
                >expect any serious decreasing of the processing time - the function seems to
                >share the very same code that drives the MvCALL tag, so very likely the
                >difference won't be any important.
                >
                >Ivo Truxa
                >
                >| http://miva.truxoft.com
                >| Advanced Miva Merchant modules
                >
                >
                >
                >-----Original Message-----
                >From: Sebenza Lists
                >
                >
                >Do you know what version of VM this came out in? I get: Line 32:
                >Unresolved call to external function 'wget'.
                >
                >Running VM 4.14, which I thought was the latest...
                >
                >Scott
                >
                >MvMarkus wrote:
                >
                >
                >
                >>Hi Scott,
                >>
                >>Try wget() instead and parse the file locally.
                >>
                >>Markus
                >>
                >>-----Original Message-----
                >>From: [email protected]
                >>
                >>
                >[mailto:[email protected]]
                >
                >
                >>On Behalf Of Sebenza Lists
                >>Sent: Dienstag, 8. März 2005 18:25
                >>To: Miva Coders Group
                >>Subject: [mrc] MvCALL Timeout Suggestions
                >>
                >>Hello All-
                >>I am trying to grab an XML document from another server... the problem I am
                >>running into is that the file is fairly large and is causing MvCALL to
                >>timeout near the end. Does anyone else have a suggestion? The limitations
                >>with MvCALL are killing me ;-)
                >>
                >>Thanks,
                >>Scott
                >>
                >>
                >
                >

                Comment


                  #9
                  PPT - class statement for select box






                  I am trying to assign a class to my select boxes to make them
                  smaller font type

                  Checked with Viking Support, they send me to this list

                  maybe someone has an idea

                  I am using Product Page Template, where the token %fields%
                  yields the Select Statement for the drop down select box

                  Ideally I'd like something like this

                  <SELECT NAME='abced Class='formText' >
                  <OPTION VALUE=.....

                  </SELECT>


                  A hard coded size=" " would probably do too


                  Thx


                  Joe

                  - - - - - - - - - -
                  www.Awnings.US
                  - - - - - - - - - -
                  A Division of Alutech United, Inc.
                  E-Mail: [email protected]
                  Tel (302) 402-1551
                  Fax (302) 436-5100



                  Comment


                    #10
                    PPT - class statement for select box



                    What is adding the class statement?

                    With CSS you can use
                    <STYLE>
                    Select {}

                    - or -

                    .formText {}

                    </STYLE>

                    At the beginning of the template or in your head area. However, that class
                    call should be class="" (although ' ' would work sometimes).


                    > -----Original Message-----
                    > From: [email protected]
                    > [mailto:[email protected]] On Behalf Of [email protected]
                    > Sent: Tuesday, March 08, 2005 3:27 PM
                    > To: [email protected]
                    > Subject: [mrc] PPT - class statement for select box
                    >
                    >
                    >
                    >
                    > I am trying to assign a class to my select boxes to make them
                    > smaller font type
                    >
                    > Checked with Viking Support, they send me to this list
                    >
                    > maybe someone has an idea
                    >
                    > I am using Product Page Template, where the token %fields%
                    > yields the Select Statement for the drop down select box
                    >
                    > Ideally I'd like something like this
                    >
                    > <SELECT NAME='abced Class='formText' >
                    > <OPTION VALUE=.....
                    >
                    > </SELECT>
                    >
                    >
                    > A hard coded size=" " would probably do too
                    >
                    >
                    > Thx
                    >
                    >
                    > Joe
                    >
                    > - - - - - - - - - -
                    > www.Awnings.US
                    > - - - - - - - - - -
                    > A Division of Alutech United, Inc.
                    > E-Mail: [email protected]
                    > Tel (302) 402-1551
                    > Fax (302) 436-5100
                    >
                    >
                    >

                    Comment


                      #11
                      PPT - class statement for select box



                      You can also do it locally:
                      <SELECT NAME='abced' style="font-size:70%;">

                      Pete
                      Total Hosting

                      > What is adding the class statement?
                      >
                      > With CSS you can use
                      > <STYLE>
                      > Select {}
                      >
                      > - or -
                      >
                      > .formText {}
                      >
                      > </STYLE>
                      >
                      > At the beginning of the template or in your head area. However, that class
                      > call should be class="" (although ' ' would work sometimes).
                      >
                      >
                      >> -----Original Message-----
                      >> From: [email protected]
                      >> [mailto:[email protected]] On Behalf Of [email protected]
                      >> Sent: Tuesday, March 08, 2005 3:27 PM
                      >> To: [email protected]
                      >> Subject: [mrc] PPT - class statement for select box
                      >>
                      >>
                      >>
                      >>
                      >> I am trying to assign a class to my select boxes to make them
                      >> smaller font type
                      >>
                      >> Checked with Viking Support, they send me to this list
                      >>
                      >> maybe someone has an idea
                      >>
                      >> I am using Product Page Template, where the token %fields%
                      >> yields the Select Statement for the drop down select box
                      >>
                      >> Ideally I'd like something like this
                      >>
                      >> <SELECT NAME='abced Class='formText' >
                      >> <OPTION VALUE=.....
                      >>
                      >> </SELECT>
                      >>
                      >>
                      >> A hard coded size=" " would probably do too
                      >>
                      >>
                      >> Thx
                      >>
                      >>
                      >> Joe
                      >>
                      >> - - - - - - - - - -
                      >> www.Awnings.US
                      >> - - - - - - - - - -
                      >> A Division of Alutech United, Inc.
                      >> E-Mail: [email protected]
                      >> Tel (302) 402-1551
                      >> Fax (302) 436-5100
                      >>
                      >>
                      >>

                      Comment


                        #12
                        PPT - class statement for select box





                        Can't do it locally because the token %fields% (PPT) produces the entire select statement,
                        you can't get "inside" of it.


                        I got it working - sort of - using a global setting in a style definition (OUI - Head Tags)

                        like
                        <STYLE>
                        select {....}

                        </STYLE>

                        This now affects all select boxes.

                        What I was originally looking for was to add formatting information
                        to just one select box (generated be the token %fields% in ppt)



                        Joe

                        - - - - - - - - - -
                        www.Awnings.US
                        - - - - - - - - - -
                        A Division of Alutech United, Inc.
                        E-Mail: [email protected]
                        Tel (302) 402-1551
                        Fax (302) 436-5100

                        -----Original Message-----
                        From: [email protected] [mailto:[email protected]]On Behalf Of
                        [email protected]
                        Sent: Wednesday, March 09, 2005 11:29 AM
                        To: [email protected]
                        Subject: RE: [mrc] PPT - class statement for select box

                        You can also do it locally:
                        <SELECT NAME='abced' style="font-size:70%;">

                        Pete
                        Total Hosting

                        > What is adding the class statement?
                        >
                        > With CSS you can use
                        > <STYLE>
                        > Select {}
                        >
                        > - or -
                        >
                        > .formText {}
                        >
                        > </STYLE>
                        >
                        > At the beginning of the template or in your head area. However, that class
                        > call should be class="" (although ' ' would work sometimes).
                        >
                        >
                        >> -----Original Message-----
                        >> From: [email protected]
                        >> [mailto:[email protected]] On Behalf Of [email protected]
                        >> Sent: Tuesday, March 08, 2005 3:27 PM
                        >> To: [email protected]
                        >> Subject: [mrc] PPT - class statement for select box
                        >>
                        >>
                        >>
                        >>
                        >> I am trying to assign a class to my select boxes to make them
                        >> smaller font type
                        >>
                        >> Checked with Viking Support, they send me to this list
                        >>
                        >> maybe someone has an idea
                        >>
                        >> I am using Product Page Template, where the token %fields%
                        >> yields the Select Statement for the drop down select box
                        >>
                        >> Ideally I'd like something like this
                        >>
                        >> <SELECT NAME='abced Class='formText' >
                        >> <OPTION VALUE=.....
                        >>
                        >> </SELECT>
                        >>
                        >>
                        >> A hard coded size=" " would probably do too
                        >>
                        >>
                        >> Thx
                        >>
                        >>
                        >> Joe
                        >>
                        >> - - - - - - - - - -
                        >> www.Awnings.US
                        >> - - - - - - - - - -
                        >> A Division of Alutech United, Inc.
                        >> E-Mail: [email protected]
                        >> Tel (302) 402-1551
                        >> Fax (302) 436-5100
                        >>
                        >>
                        >>

                        Comment


                          #13
                          PPT - class statement for select box



                          You would do it in the Attribute template for the PT you are using. That
                          would make it universal for all <SELECT> statements, which is what you
                          indicated that you wanted.

                          What I often do is render the product page as it normally does, with all
                          the attributes in place, then view the source code.

                          Take that source code and then copy it into the space occupied by
                          %attributes% in your main product template area.

                          You would do this once your attribute fields are finalized. Then you can
                          tweak layout to your heart's content.

                          Don't forget, you can apply a different template to a group of products,
                          if you need to have a different look.

                          Pete
                          Total Hosting

                          >
                          >
                          > Can't do it locally because the token %fields% (PPT) produces the entire
                          > select statement,
                          > you can't get "inside" of it.
                          >
                          >
                          > I got it working - sort of - using a global setting in a style definition
                          > (OUI - Head Tags)
                          >
                          > like
                          > <STYLE>
                          > select {....}
                          >
                          > </STYLE>
                          >
                          > This now affects all select boxes.
                          >
                          > What I was originally looking for was to add formatting information
                          > to just one select box (generated be the token %fields% in ppt)
                          >
                          >
                          >
                          > Joe
                          >
                          > - - - - - - - - - -
                          > www.Awnings.US
                          > - - - - - - - - - -
                          > A Division of Alutech United, Inc.
                          > E-Mail: [email protected]
                          > Tel (302) 402-1551
                          > Fax (302) 436-5100
                          >
                          > -----Original Message-----
                          > From: [email protected]
                          > [mailto:[email protected]]On Behalf Of
                          > [email protected]
                          > Sent: Wednesday, March 09, 2005 11:29 AM
                          > To: [email protected]
                          > Subject: RE: [mrc] PPT - class statement for select box
                          >
                          > You can also do it locally:
                          > <SELECT NAME='abced' style="font-size:70%;">
                          >
                          > Pete
                          > Total Hosting
                          >
                          >> What is adding the class statement?
                          >>
                          >> With CSS you can use
                          >> <STYLE>
                          >> Select {}
                          >>
                          >> - or -
                          >>
                          >> .formText {}
                          >>
                          >> </STYLE>
                          >>
                          >> At the beginning of the template or in your head area. However, that
                          >> class
                          >> call should be class="" (although ' ' would work sometimes).
                          >>
                          >>
                          >>> -----Original Message-----
                          >>> From: [email protected]
                          >>> [mailto:[email protected]] On Behalf Of [email protected]
                          >>> Sent: Tuesday, March 08, 2005 3:27 PM
                          >>> To: [email protected]
                          >>> Subject: [mrc] PPT - class statement for select box
                          >>>
                          >>>
                          >>>
                          >>>
                          >>> I am trying to assign a class to my select boxes to make them
                          >>> smaller font type
                          >>>
                          >>> Checked with Viking Support, they send me to this list
                          >>>
                          >>> maybe someone has an idea
                          >>>
                          >>> I am using Product Page Template, where the token %fields%
                          >>> yields the Select Statement for the drop down select box
                          >>>
                          >>> Ideally I'd like something like this
                          >>>
                          >>> <SELECT NAME='abced Class='formText' >
                          >>> <OPTION VALUE=.....
                          >>>
                          >>> </SELECT>
                          >>>
                          >>>
                          >>> A hard coded size=" " would probably do too
                          >>>
                          >>>
                          >>> Thx
                          >>>
                          >>>
                          >>> Joe
                          >>>
                          >>> - - - - - - - - - -
                          >>> www.Awnings.US
                          >>> - - - - - - - - - -
                          >>> A Division of Alutech United, Inc.
                          >>> E-Mail: [email protected]
                          >>> Tel (302) 402-1551
                          >>> Fax (302) 436-5100
                          >>>
                          >>>
                          >>>

                          Comment


                            #14
                            PPT - class statement for select box



                            Perhaps you can access the attributes template (don't have one in front of
                            me) and add the following to the select statement:

                            <SELECT class="%attr_code%>

                            So that the select statement given a class statement to match the attribute
                            code, Then you can selectively apply the CSS.

                            BTW: These questions, while they may look like coding are best served on the
                            Merchant Users list as most coders here don't have a lot of experience or
                            interest in OpenTokens or familiarity with Viking Template tokens.

                            -Bruce

                            > -----Original Message-----
                            > From: [email protected]
                            > [mailto:[email protected]] On Behalf Of [email protected]
                            > Sent: Wednesday, March 09, 2005 9:17 AM
                            > To: [email protected]
                            > Subject: RE: [mrc] PPT - class statement for select box
                            >
                            >
                            >
                            > Can't do it locally because the token %fields% (PPT) produces
                            > the entire select statement, you can't get "inside" of it.
                            >
                            >
                            > I got it working - sort of - using a global setting in a
                            > style definition (OUI - Head Tags)
                            >
                            > like
                            > <STYLE>
                            > select {....}
                            >
                            > </STYLE>
                            >
                            > This now affects all select boxes.
                            >
                            > What I was originally looking for was to add formatting
                            > information to just one select box (generated be the token
                            > %fields% in ppt)
                            >
                            >
                            >
                            > Joe
                            >
                            > - - - - - - - - - -
                            > www.Awnings.US
                            > - - - - - - - - - -
                            > A Division of Alutech United, Inc.
                            > E-Mail: [email protected]
                            > Tel (302) 402-1551
                            > Fax (302) 436-5100
                            >
                            > -----Original Message-----
                            > From: [email protected]
                            > [mailto:[email protected]]On Behalf Of
                            > [email protected]
                            > Sent: Wednesday, March 09, 2005 11:29 AM
                            > To: [email protected]
                            > Subject: RE: [mrc] PPT - class statement for select box
                            >
                            > You can also do it locally:
                            > <SELECT NAME='abced' style="font-size:70%;">
                            >
                            > Pete
                            > Total Hosting
                            >
                            > > What is adding the class statement?
                            > >
                            > > With CSS you can use
                            > > <STYLE>
                            > > Select {}
                            > >
                            > > - or -
                            > >
                            > > .formText {}
                            > >
                            > > </STYLE>
                            > >
                            > > At the beginning of the template or in your head area.
                            > However, that
                            > > class call should be class="" (although ' ' would work sometimes).
                            > >
                            > >
                            > >> -----Original Message-----
                            > >> From: [email protected]
                            > >> [mailto:[email protected]] On Behalf Of
                            > [email protected]
                            > >> Sent: Tuesday, March 08, 2005 3:27 PM
                            > >> To: [email protected]
                            > >> Subject: [mrc] PPT - class statement for select box
                            > >>
                            > >>
                            > >>
                            > >>
                            > >> I am trying to assign a class to my select boxes to make
                            > them smaller
                            > >> font type
                            > >>
                            > >> Checked with Viking Support, they send me to this list
                            > >>
                            > >> maybe someone has an idea
                            > >>
                            > >> I am using Product Page Template, where the token %fields%
                            > yields the
                            > >> Select Statement for the drop down select box
                            > >>
                            > >> Ideally I'd like something like this
                            > >>
                            > >> <SELECT NAME='abced Class='formText' >
                            > >> <OPTION VALUE=.....
                            > >>
                            > >> </SELECT>
                            > >>
                            > >>
                            > >> A hard coded size=" " would probably do too
                            > >>
                            > >>
                            > >> Thx
                            > >>
                            > >>
                            > >> Joe
                            > >>
                            > >> - - - - - - - - - -
                            > >> www.Awnings.US
                            > >> - - - - - - - - - -
                            > >> A Division of Alutech United, Inc.
                            > >> E-Mail: [email protected]
                            > >> Tel (302) 402-1551
                            > >> Fax (302) 436-5100
                            > >>
                            > >>
                            > >>

                            Comment


                              #15
                              MvCALL Timeout Suggestions



                              --------------020900010007010305020608
                              Content-Type: text/plain; charset=ISO-8859-2; format=flowed
                              Content-Transfer-Encoding: 8bit

                              It appears that archive.so on the server makes reference to wget, but I
                              am still getting a function not found. Any other suggestions to check?

                              nm -D /home/utils/miva/lib/builtins/archive.so | fgrep wget
                              0000602c T bi_wget
                              0001cda0 D wget_parameters

                              Scott


                              Ivo Truxa wrote:

                              >You apparently forgot to update the libraries when overwriting mivavm with
                              >the new version. Wget() works just fine since a long time. However, do not
                              >expect any serious decreasing of the processing time - the function seems to
                              >share the very same code that drives the MvCALL tag, so very likely the
                              >difference won't be any important.
                              >
                              >Ivo Truxa
                              >
                              >| http://miva.truxoft.com
                              >| Advanced Miva Merchant modules
                              >
                              >
                              >
                              >-----Original Message-----
                              >From: Sebenza Lists
                              >
                              >
                              >Do you know what version of VM this came out in? I get: Line 32:
                              >Unresolved call to external function 'wget'.
                              >
                              >Running VM 4.14, which I thought was the latest...
                              >
                              >Scott
                              >
                              >MvMarkus wrote:
                              >
                              >
                              >
                              >>Hi Scott,
                              >>
                              >>Try wget() instead and parse the file locally.
                              >>
                              >>Markus
                              >>
                              >>-----Original Message-----
                              >>From: [email protected]
                              >>
                              >>
                              >[mailto:[email protected]]
                              >
                              >
                              >>On Behalf Of Sebenza Lists
                              >>Sent: Dienstag, 8. März 2005 18:25
                              >>To: Miva Coders Group
                              >>Subject: [mrc] MvCALL Timeout Suggestions
                              >>
                              >>Hello All-
                              >>I am trying to grab an XML document from another server... the problem I am
                              >>running into is that the file is fairly large and is causing MvCALL to
                              >>timeout near the end. Does anyone else have a suggestion? The limitations
                              >>with MvCALL are killing me ;-)
                              >>
                              >>Thanks,
                              >>Scott
                              >>
                              >>
                              >
                              >

                              Comment

                              Working...
                              X