Re: More CGI Stuff

2002-08-28 Thread Yennie
Eh! You're right- it does work. It seems I had written off the MacOS engine for scripts (I've been using the Darwin engine) for other reasons (namely "open process" behavior). Anyway, externals can be used through scripts just fine by way of "start using" with the mach-o engine and a mach-o external.

Of course now I just need a way to maintain some persistent memory (i.e. database cache). Any ideas? I can write globals to disk if needed, but I can't afford to re-create the database cache on every run of the script. Sounds like maybe I need to wait for Valentina Server.

Brian

This should just work on Win32 and MacOS systems.  You can either send
messages to the stack with the external, or use "start using" to
insert it into the message hierarchy.  If it really doesn't work,
please file a bug report.




Re: Can I put Multiple handlers in a CGI script?

2002-08-28 Thread Rich Mooney

Thank you Phil, thank you Andu, and thank you Sivakatirswami.

Rich Mooney
Payne Sparkman Mfg.
[EMAIL PROTECTED]

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: More CGI Stuff

2002-08-28 Thread Scott Raney

On Wed, 28 Aug 2002 [EMAIL PROTECTED] wrote:

> So my question... is there *any* way to access externals (including
> the new Mach-o ones with 2.4.3) from a CGI script?

This should just work on Win32 and MacOS systems.  You can either send
messages to the stack with the external, or use "start using" to
insert it into the message hierarchy.  If it really doesn't work,
please file a bug report.
  Regards,
Scott


Scott Raney  [EMAIL PROTECTED]  http://www.metacard.com
MetaCard: You know, there's an easier way to do that...

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



User Settings on MacOS

2002-08-28 Thread Scott Rossi

Does anyone know where users' system configuration settings are stored on
MacOS?  Specifically I'm looking to find the user's language and locale
settings in OSX and OS9.  I've spent the last couple of days pouring through
Apple's online documentation and have found veiled references to something
called NetInfo with an apparent database that maintains the above settings,
and an app called NetInfo Manager that reads a number of these settings.
But I've found nothing that explicitly says "This is where the user's
settings are stored."  If anyone can offer a suggestion as to how to get
this info, you will save at least one Mac from being thrown through a plate
glass window.

Thanks & Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: Progress During Downloads

2002-08-28 Thread Dave Cragg

At 11:44 am -0700 27/8/02, Ray Horsley wrote:
>If I use "put url myUrl into url myDiskPath" for a lengthy download, does
>anybody know of a way to receive information from MetaCard during the
>download so a progress graph can be shown to the user?

The "traditional" way to do this was to use "load url", and then use 
the urlStatus function to track the download with a "send  
... in " routine. This wasn't possible with the "blocking" url 
calls such as "get url" and your example.

However, the latest libUrl release (1.0.8a1) has a callback feature 
which enables you to track progress during all downloads/uploads. 
More information is at the following url:



Cheers
Dave Cragg
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard