>>The Java parser *is* the Python parser, re-compiled into Java. I >>wouldn't expect major differences.
I noticed differences with the two. The Java one was able to grab sites on our intranet that I have authentication to through a service I have running. The Python one isn't able to. When this happened I was guessing that the Python is using the low level BSD sockets for their implementation and that Java is using the Win32 socket calls as that is the effect using C++ on Windows. Perhaps it depends on the Python distribution installed? Granted this is all on Windows. Perhaps the Java version would be able to use cookies too? Bill _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
