On 6/16/06, Jorge Vargas <[EMAIL PROTECTED]> wrote:
>
>
> hehe you use the same lib I did, if i had posted my code somewhere I'll say
> you rip the idea off me :)
Hehe :) irclib does lend itself to very similar code just by it's api.
yea i know just joking there :)
>
> Correct me if I'm wrong but you run your code as 2 separate programs right?
> I'm going to upload mine and then maybe we can trade some stuff, I think i
> can improve your backend a bit :)
Correct. I am planning to use the code posted to this list earlier to
run Arkivobot via TurboGears though. That will also negate my one and
only ticket (for now ;)
>
> For example I have a routine that will create log files for each day, month,
> so the whole program is database independant. although you still need some
> db to store the actively monitored channels.
I'm not entirely sure that I want the logs out of the database unless
you can give some very compelling reason why db storage is really
really bad. It will (imho) make it easier to do pagination and log
searching. I'm always happy to be proven wrong though. ;)
My approach to it was having logs by date so even if you have 10yrs or logs the algoritm to get a log will be linear, instead of getting 1000s of records.
On the other hand the logs could be seen as plain text or feed into another UI
I have to agree on searching it will be a lot slower but who actually searches irc log files? most people just read them, and in case you really need to search them it will be to get information out of them and present it in another form (like making a faq)
and even though tg makes this a lot easier an app without a db is simplier to install and maintain.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

