I am considering writing some code to address the del.icio.us API, and
I wanted to use persistent HTTP connections so as to avoid the
overhead of TCP connection setup and teardown.  But the del.icio.us
server uses HTTP/1.0, and it doesn't go along with the "Connection:
Keep-Alive" header.  Am I correct that there is no way to maintain a
connection for a series of API calls?

Thanks,
Chuck
_______________________________________________
discuss mailing list
discuss@del.icio.us
http://lists.del.icio.us/cgi-bin/mailman/listinfo/discuss

Reply via email to