--
You received this message because you are subscribed to the Google Groups "sardine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sardine-dav...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I wouldn't share instances of the Sardine object across threads. Just make a new instance each time, the overhead isn't that much.jon
A few seconds to instantiate an object is pretty ludicrous. Show me the proof.
I have a hard time believing that since some of the tests run within .016 seconds on my machine. The code behind .begin() is pretty simple.That said, I did just fine a small optimization that you should try out. Try master. =)