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...
Thanks. Table.jettison was great. It was incredibly fast and didn't crash. Reduced the root from 223MB to 73MB once I exported what turned out to be 470,000...
I was taking the latest application build (10.1a15) for a test drive and noticed nodeType icons are not showing up in outlines. The same outlines display...
I'm noticing a new and fun problem. The daily log is reporting tons of inetd errors in the form: client string: 91.125.78.183 port number: 80 stream number: 11...
Hello David, My guess would be that clients are making a connection and then breaking it before Frontier can respond. So I would say this isn't a bug in...
Oh, joy. I guess it's that time of the month again. Wonder who I pissed off this week. Well, I'll scan the IP set and see if there's any regular pattern. ...