Search the web
Sign In
New User? Sign Up
frontierkernel · Frontier Kernel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3344 - 3373 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3344
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...
creecode
Offline Send Email
Sep 1, 2007
8:57 pm
3345
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...
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 2, 2007
7:08 am
3346
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...
creecode
Offline Send Email
Sep 2, 2007
7:36 am
3347
Hello all, I've put up my changes for SQLite BLOB, etc. support. Here are the highlights... added sqlite.setColumnBlob and sqlite.getLastInsertRowId verbs...
creecode
Offline Send Email
Sep 7, 2007
7:22 pm
3348
That sounds great. If you need help with the docs, let me know....
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 7, 2007
11:12 pm
3349
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...
creecode
Offline Send Email
Sep 8, 2007
12:25 am
3350
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...
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 8, 2007
6:31 pm
3351
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@...
Send Email
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...
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 22, 2007
8:30 pm
3353
... 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@...
Send Email
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...
creecode
Offline Send Email
Sep 23, 2007
1:30 am
3355
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@...
Send Email
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...
Henri Asseily
hasseily
Offline Send Email
Sep 24, 2007
5:39 am
3357
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...
creecode
Offline Send Email
Sep 24, 2007
7:25 am
3358
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...
Seth Dillingham
macrobyteres...
Offline Send Email
Sep 24, 2007
11:36 am
3359
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...
Steve Kirks
srkbuh
Offline Send Email
Sep 24, 2007
12:47 pm
3360
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...
Steve Kirks
srkbuh
Offline Send Email
Sep 24, 2007
1:16 pm
3361
Through the wonders of Google, while searching for answers to my previous question about working with root files, I found this nugget: ...
Steve Kirks
srkbuh
Offline Send Email
Sep 24, 2007
1:48 pm
3362
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...
Jeff Imig
mutualaid
Offline Send Email
Sep 24, 2007
5:05 pm
3363
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,...
creecode
Offline Send Email
Sep 24, 2007
5:49 pm
3364
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...
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 27, 2007
3:19 pm
3365
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...
Bill Dennen
dennenbill
Offline Send Email
Sep 28, 2007
6:38 pm
3366
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...
dennenbill
Offline Send Email
Sep 28, 2007
6:38 pm
3367
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...
creecode
Offline Send Email
Sep 28, 2007
7:15 pm
3368
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...
dennenbill
Offline Send Email
Sep 28, 2007
8:08 pm
3369
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...
David Gewirtz
zatzdiagnostic
Offline Send Email
Sep 28, 2007
8:13 pm
3370
... 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...
Bill Dennen
dennenbill
Offline Send Email
Sep 29, 2007
5:13 pm
3371
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...
creecode
Offline Send Email
Sep 29, 2007
5:43 pm
3372
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...
David Boroditsky
davidboroditsky
Offline Send Email
Sep 29, 2007
6:37 pm
3373
... 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...
dennenbill
Offline Send Email
Sep 30, 2007
11:34 am
Messages 3344 - 3373 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help