Bug 3637 - Non-blocking UPnP/SOAP access
: Non-blocking UPnP/SOAP access
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Rhapsody UPnP
: 6.3.0
: Macintosh Other
: P2 major (vote)
: ---
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-06-26 08:24 UTC by Andy Grundman
Modified: 2008-09-15 14:39 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Grundman 2006-06-26 08:24:57 UTC
Rhapsody uses blocking LWP::UserAgent and SOAP::Lite calls.  These should be replaced with AsyncHTTP.
Comment 1 Andy Grundman 2006-06-27 08:52:02 UTC
Also, the current UPnP code is not very efficient and uses a lot of memory, mostly due to the use of SOAP::Lite.  Should look at using Net::UPnP as a replacement.
Comment 2 Andy Grundman 2006-07-05 07:39:32 UTC
Done.