Hello all, Seems like I'm making good progress. Long file paths seem to be working as one would expect! One issue I've come across. In the functions ...
Hello all, Looks like hashing isn't going to fly... it seems to fouls things up. As evidenced by system.compiler.files shows the hashed file name value. Also...
Hello all, Seems there is a new, more reliable, way of connecting to SourceForge's Subversion. Read about it < https://www.sourceforge.net/docs/E09#notice >...
Hello all, I'm biting the bullet and digging in. If we want to support file paths longer than 255 then I think we must change how the hashkey element of...
Hello all, I believe this < http://developer.apple.com/qa/qa2001/qa1070.html > is the solution for this problem. Now someone just needs to wire it in, in the...
When I try to edit a script in Frontier 10.1a11 the script window gets the jitters every once in a while and vibrates for about a second. Strange. Is there a...
Hello Russ, ... AFAIK there is no code that intentionally does what you describe. I've not noticed any vibrating behavior. Could you describe in more detail...
I found the culprit. I had run the test in betty rpc and it just kept running every so often. While it was running my window jittered. I deleted the code in...
... Cool! Suggestion: if you haven't done so already, first get a simple non- AJAX website working. That's the best way to understand the Frontier side of...
On or about 1/9/07 8:17 AM, thus spake "frontierkernel@yahoogroups.com" ... Hey, that's what I was going to say! m. -- matt neuburg, phd = matt@...,...
Thanks for the "cool" comments. My system has been running for 5 years now, serving a 16,000 acre tribal farm. It is, last time I looked, about 5,000 lines of...
... AFAIK, there's nothing magic about XMLHttpRequest; it's just a URL. To debug, just copy/paste the URL from JavaScript into a browser. What does Frontier...
I've been having a problem with Frontier (10.1a12 and some earlier versions) crashing at shutdown since moving to my new laptop (a Lenovo Thinkpad T60). It...
Dave, your symptoms track with the Athlon XP dual core bug I was tracking down some time ago. I wrote a little script that's in the build, but probably in the...
... This routine is present on my machine at both system.shutdown.athlonX2fix and user.callbacks.shutdown.athlonX2fix and it is running during the shutdown...
... Sorry, I made a mistake here. What the scheduler.shutdown script, called by system.shutdown.shutdownscript, does is dependent on the Frontier version....
Version 6.1b5? Six? We're at version 10. Back when version 6.1 came out, Bill Clinton was still president. George W. Bush was a governor. The Euro was just...
... While it is true that I've been running Frontier since version 5 (maybe 4), I am now running Frontier 10.1a12 and my roots are based on FDP2. The copy...
The script system.verbs.builtins.scheduler.shutdown does contain that line on my build as well. Let's just do a recap, since you're running the current...
Hello all, I think I've made substantial progress. ODB items name can now be longer than 255 characters. Of course my work is still very rough and local. I...
Thomas, nice! Without a huge meltdown is big progress. I have to say, though, that I'm still _really_ nervous about this one, because the testing has to be...
Hey David, ... I'm aware of some of the issues and want to minimize problems but I don't see that we have a choice if we want to continue to progress and ...
... g has to be insane to be sure it doesn't break anything. ... No argument that. I'm just thrilled that you're putting in the good work to improve the...
... I agree with your recap. ... I have the your code BOTH in the "wrong place" (system.shutdown) and the "right place" (user.callbacks.shutdown). The copy in...
Sorry about the code formatting in my previous post. I need to remember to "preview" before posting. Although I'm sure you could have figured it out, here it...
... I totally agree - I said I wasn't happy with this solution. I was hoping that the "order of execution" that I found for graceful shutdown would trigger a...
It's probably possible to clean this up some. Really, the proper fix would be to clean up the race condition in the kernel, but I'm not familiar enough with...