Not sure if it helps any but I think that OPML Editor will receive and post to twitter - might be something in there you could use? Hope this helps. April...
Sometimes a slowdown is an old-fashioned DoS. I went nuts tonight trying to find out if one of the databases had corrupted or any of the usual reasons why the...
... Bummer! Another scenario: emailing notifications of error pages without making sure that you haven't emailed something similar in the past few minutes or...
I've been trying to troubleshoot some recent Frontier performance problems, after noticing that the Task Manager shows CPU usage in the 50%+ range and page...
... If this is a dual processor machine and if Frontier is consistently pegged at 50% CPU utilization, it probably got stuck in a very tight (possibly...
Andre, although the msg box says it's got 27 thread, the stackdump only reported two threads: thread and thread.getStackdump, both listed as (1). I'm thinking...
David baby ;-) Try this http://www.blogfootball.com/service/2006/06/27/Thread-analyser It'll help a little. I run it when there's just too many threads going ...
That's a good question. Not a lot, really. I thought I'd uncover the mysteries of the universe :-) I run a Manila server. I found that getting lots of emails...
Is anyone out there successfully running Frontier as a background service on Vista? If so, are you using AutoFrontier, or something else? Tips/tricks? I'm...
I don't do much XML-RPC. Hope you've done a save as on each database. Looked through each root for big tables. All the usual things. A good test to find...
Hmmm... I always do Save As, and sadly, I also have some ginormous tables (that's actually why I built the MySQL extensions, but I'm still coding to move...
Dave, I've only done very limited testing on Vista and run nothing in a production environment. But I also don't run Frontier as a service. I find it works...
I do a save as every night. But this corruption in one script passed that. It even allowed me to export. Thus, I thought everything was fine. Only the search...
When you did your search, was it that you were searching for the corrupted item? Or did you figure out a way to find out where it was broken through your...
Hi David, It was some months ago. I think I was searching through a root for something real, and found this reported error and be come interested... I merely...
Well, I haven't found any fails searching the files, but I did notice that some improvement can be had by reducing table size (yeah, that's known) and also...
I've been using Frontier for years, but recently when I went to add a new tool, I started to experience a bunch of problems, the most problematic is that now...
I regularly download emails with attachments, sometimes they're 10Mb each---ouch. I write them as strings to a separate database, one that I can throw away...
Not ignoring you, but I don't use the tool facility. Try removing the original and see if the new tool works. If so, there's probably some sort of identifier...
... Good catch. Funny how easy it is to forget to check the bug DB. ... A reminder: the Tools menu is just a convenient shortcut. There are lots of other...
I figured out that if I remove the tool database files from the Tools folder, and put them into my own folder called myTools within the Guest Database folder,...
... I wish it was a good catch. It's the result of a wasted weekend and, finally, some last-ditch google searches. Scott mentions a few good workarounds, but I...
I'm continuing my ODB cleanup project and I'm getting somewhat better performance. I found a cache of 394,000 tables (all subtables of other tables, about 1200...
... delete() causes the kernel to load the table in question and its subtables. If there's corruption in those tables, you might crash. table.jettison will not...