I'd say the easier route is just to use the AvantGo caching code at the
beginning of the page and keep the page static.  That way if your page
updates hourly, it will only get hit once an hour by the AvantGo proxy and
all their customers will get pages from them during that hour, at which time
it expires and they get the updated page.  No CFSchedule to worry about and
it keeps the load on your server extremely light.

--Doug

-----Original Message-----
From: Edward Chanter [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 08, 2001 2:06 PM
To: CF-Talk
Subject: RE: AvantGo channels w/CF?


Just an out of blue suggestion, but why don't you call a page that activates
a <cfschedule> tag, then uses <cfinclude> to actually return the contents of
your page... That way the AvantGo server only accesses an html page and your
server does the work of rendering the page.... I've been playing with
different aspects of AvantGo channels myself and that's the easiest way I
could think of doing what you want to do.

It's a faff if you've got a lot of pages.... Then again cfschedule is pretty
flexible...

Just some late night thoughts after a long day, please forgive me if it
doesn't make any sense...

        -= Ed

> -----Original Message-----
> From: Matthew Fusfield [mailto:[EMAIL PROTECTED]]
> Sent: 8 January 2001 8:03 PM
> To: CF-Talk
> Subject: AvantGo channels w/CF?
>
>
> Has anyone done any work with creating an AvantGo channel on a
> CF-based web
> site? (AvantGo is an offline web browser for Palms and WinCE devices)
>
> I've created a test for a client demo. It basically pulls press releases
> from a database, removes any HTML formatting, and outputs it as very
> simplified HTML for the Palm. It works fine if I load the page up in
> Netscape or IE, but if I add the channel to AvantGo, every time I HotSync,
> the RAM usage on my CF server skyrockets. I've already tried playing with
> caching, changing page sizes, etc and even if it is just one or two simple
> pages, CF begins using memory like crazy.
>
> We're running CF 4.5 sp1 on a Windows NT 4.0 server.
>
> Thanks,
>
> Matthew I. Fusfield
> Senior Web Systems Developer
> InterActive Network Systems, Inc.
> [EMAIL PROTECTED] - 856-227-4428 ext 15
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to