Menu

#12 Add keepalive option

2.00_pre-release
closed
SOAP Client (9)
2
2007-09-29
2007-09-14
Anonymous
No

See patch on SOAP::Lite's devel mailing list.

Must be enabled via LWP::UserAgent.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Hmm, looks like we need something global. Maybe a SOAP::WSDL::Config singleton? Definitely not the globals as used in SOAP::Lite::Constants...

     
  • Martin Kutter

    Martin Kutter - 2007-09-14

    Logged In: YES
    user_id=884175
    Originator: NO

    The patch on the SOAP::Lite mailing list is a bit braindead, as calling

    $soap->proxy($usr, keep_alive => $connections)

    should do...

    The question is, how we can implement it so that keep_alive can be used by our transport. Hmmm. Maybe a transport singleton?
    Hmm.

     
  • Martin Kutter

    Martin Kutter - 2007-09-17
    • priority: 5 --> 2
     
  • Martin Kutter

    Martin Kutter - 2007-09-29

    Logged In: YES
    user_id=884175
    Originator: NO

    - added option in wsdl2perl && SOAP::WSDL
    - docs now say how to enable it in SOAP::WSDL, SOAP::WSDL::Client and generated classes

     
  • Martin Kutter

    Martin Kutter - 2007-09-29
    • milestone: --> 2.00_pre-release
    • assigned_to: nobody --> kutterma
    • status: open --> closed
     

Log in to post a comment.

Auth0 Logo