Displaying 2 results from an estimated 2 matches for "_uacct".
Did you mean:
cpuacct
2008 Sep 05
3
Still confused on content blocks...
...ilename: analytics.page, escapeHTML: false,
processOutput: false}}
</body>
</html>
And here is my analytics.page:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1234567-1";
urchinTracker();
</script>
I get the same error even if I remove the includeFile directive.
Thanks,
-- Chad
2007 Jul 27
3
Is mechanize thread safe?
Hello all,
I was just wondering if anybody knew whether mechanize is supposed to
be thread-safe or not? I didn''t really find any information about it
anywhere. I''ve been getting a strange error in protocol.rb when I run
a script that uses mechanize in a multi threaded fashion, but not with
a single thread.
I''m trying to write a spider that does multiple gets in