Hello all, I'm making progress adding more and more information to an SQLite database, mostly just text and integer fields for now. Extensive adding...
Sounds exciting, but I'm curious what you mean by adding text and integer fields. Are you adding more types, or just manipulating them differently. Either's...
Hey David, ... Sorry I wasn't clear. I'm not adding any types. I just meant that the work I'm doing right now is storing text and integer information into my...
Hello all, I've put up my changes for SQLite BLOB, etc. support. Here are the highlights... added sqlite.setColumnBlob and sqlite.getLastInsertRowId verbs...
Hello all, Often you'll see in Frontier related code that deals with processing a file uploaded with a webpage that ends up stored in the file system some code...
Hi, I like this, but I've got a partially-formed thought. There's a lot of different types of normalizations that are often needed. I've written a ton of...
I've run into an issue that may have been fixed in newer versions (or even just fixed on someone's own copy). Yesterday, someone asked me to set up a second ...
Seth
yahoo.seth@...
Sep 22, 2007 5:35 pm
3352
I've had to deal with similar stuff in managing legacy URLs. I wrote a very complex callback in mainresponder.callbacks.pathEvaluation that does the URL...
... How does this get around the problem that Frontier's inetd.startOne only allows you to have one ip address on any given port? That is, it doesn't matter...
Seth
yahoo.seth@...
Sep 22, 2007 9:49 pm
3354
Hello all, I'm working on a variant of the Frontier Kernel which is more like Pike/Radio/OPML Editor in flavor than Frontier. Basically re-purposing Frontier...
Let me explain the problem in fewer words. You can't (currently) run Frontier's web server on a single port but multiple ip addresses. (In fact, it's not about...
Seth
yahoo.seth@...
Sep 23, 2007 2:29 am
3356
... As you said, you definitely need the table key name to be ip+port ... Same here. You need the key name to be ip+port. ... You need both ip+port. :) ... I'd...
Hello all, ... I think a fix for this would be well worth putting into the trunk. We want to try to minimize breakage but I think the upside of this fix might...
In a private email, Andre pointed out a simpler fix which involves only a change to the UserTalk code, and nothing in the kernel. I'll submit a fix for it...
All: I noticed last week that Dave Winer has posted the source to the OPML Editor, another of the "sons of Frontier" in the wild. There's a link on the right...
All: Is there a posted HOWTO/FYI/Best Practice for creating and editing a Frontier root file without the kernel "starting it up"? I want to create a new root...
posted? I was looking for that a while ago... there once was a tool for that. BUT I could not find it. On a mac, I found I could hold command period while...
Hey Steve, If you're trying to work with a single root, one that is running, it shouldn't be too hard. If you're working on one root while running another,...
Sorry about being out of touch for a few days. On my boxes, we've got one IP for Frontier and another for Apache. I didn't realize you had other servers...
Hi there, I'm looking for some advice on upgrading an old installation of Frontier. Currently: OS = 10.1.4 OS Server Frontier = 8.0.5 yeah, I know.... really...
Hi there, I'm looking for some advice on upgrading an old installation of Frontier. Currently: OS = 10.1.4 OS Server Frontier = 8.0.5 yeah, I know.... really...
Hello Bill, The latest version, 10.1a15, was built with 10.3.9 or newer in mind. Mostly because some of the newish sql related database code only goes back to...
Thanks. Part of me wants to upgrade solely because the code we're using now is so old. I'm not comfortable using such old code. And, perhaps the best thing is...
Bill, I'm not one of the Mac guys, so they're the final word on this stuff, but it seems that if you want to use the code and have something that's moderately...
... Thanks. I've already installed Frontier 10.x on a different machine and then got our app up and running. It seems to work fine, with a few minor changes...
Hey Bill, Sweet! Then an OS upgrade sounds like it would be OK. Perhaps some RAM too for good measure if you're not already maxed out. Some extra RAM can...
Something to keep in mind when you upgrade the hardware (I got bit by this bug when upgrading a publishing client from Frontier 4 to Frontier 10)... The new...
... To be honest, I don't know! It's not mainResponder or Manila. I think it is "roll your own." It was built many years ago, and I've been learning it bit by...