[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Script limits
- To: <hobbit (at) hswn.dk>
- Subject: Script limits
- From: "Joshua Krause" <forums (at) triadbiz.rr.com>
- Date: Tue, 5 Aug 2008 13:56:33 -0400
- Thread-index: Acj3JJjd5P9fy6eDSQS5G8gCyPA9xA==
What are the limits of data that is sent to hobbit via a script? I have
thrown together a perl script that grabs data from a file and then sends to
hobbit in a table format. At first I was trying to send the table with a
kinda of pretty html format so that when you goto a view source it was
easily readable. Well that wasn't working cause the file wasn't getting
updated in hobbit. I piped the output of the script to a text file and and
did a line count on it. It had about 4000 lines in the file that was being
sent to hobbit. So I took all the lines returns away and made it all one
line and it gets to hobbit now. But I am wanting to get a little bit more
in there with graphing and didn't know if I was needing to look at a line
limit that hobbit is able to accept.
-Josh