Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Perl vs. PHP in streaming a file

by revdiablo (Prior)
on Nov 24, 2004 at 21:47 UTC ( [id://410257]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl vs. PHP in streaming a file
in thread Perl vs. PHP in streaming a file

TiVo and the homemedia option always use an alias http://server/TiVoConnect so in order to make it function right I have to use a script to be able to determine what is a query or what is a data transmission.

According to a document I found on TiVo's website, the TiVo uses two different request formats:

http://{machine}/TiVoConnect?{parameters}
Meta-data requests
http://{machine}/TiVoConnect/{document}?{parameters}
File requests

These are different enough that you could use Apache's mod_rewrite to direct file requests directly to the file, and then you would need neither PHP nor Perl to serve them.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://410257]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-19 04:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found