Hi,
I need to schedule a task that selects a bunch of email addresses from a
database and then sends a specific email to them once a day, at 4 am. I
looked at TaskKit, and i'm not smart enough to figure out how it works,
and it looks like it might be overkill anyway, since I only am
scheduling
Is it possible to stream the output of a psp page?
I have a page which sends email to a variable number of users.
like:
<% for user_id in user_ids : {%>
<%=wmail.sendMessage(user_id,message)%>
<%}%>
sendMessage() returns a string that describes if the mail was a success
or error.
Right now, t
I'm not sure if pyPgSQL is actively developed. I couldn't get it to work
on OSX. (my development machine is my powerbook) psycopg seems to work
very well with webware. I'm using it for an e-commerce application.
Rolf
On Friday, May 17, 2002, at 12:10 AM, Edmund Lian wrote:
>
> The leading Pos
I'll probably use Bill's suggestion until I can figure out a script for
restarting webware via daemontools. (already using daemontools to
control qmail)
On a related note, is there a way to set up daemontools to send a
notification when a daemon dies and restarts? I suppose this is a topic
fo
Does anyone have a good script for starting webware at system boot, on
RedHat?
If not, I can put something together and post to the list. (or post
somewhere else)
Rolf
___
Have big pipes? SourceForge.net is looking for download mirr
Hi,
I've been doing various types of web programming for a while, and one
thing I've always been too lazy to look up or try to do, is have a
redirect function, that does a POST instead of passing variables in the
URL string.
I haven't seen this out of the box on any system I've used (aolserver
On Friday, May 3, 2002, at 10:17 PM, Ian Bicking wrote:
> On Fri, 2002-05-03 at 16:08, Rolf Hanson wrote:
>> Hi,
>
> MiddleKit, TaskKit, and all the other *Kits are optional components,
> which aren't tied in very closely to the rest of the system. The core
> of WebKit
Hi,
I have built a relatively simple e-commerce application using Webware.
I'm about to release it, and am code reviewing what I have done so far.
It appears that I'm not really using anything from Webware itself, other
than .PSP. I.e. I'm pretty much just using .PSP files to call a custom
py
At the risk of sounding stupid, how are you folks doing this type of
testing?
I.e. how are you telling for certain that the connections are being
allocated in a
round-robin fashion?
Thanks,
Rolf
On Thursday, May 2, 2002, at 10:10 PM, [EMAIL PROTECTED] wrote:
>
> David Hancock wrote:
>
>>> My
Is there anywhere I can download the entire webware-discuss archive?
Rolf
___
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss
What do people suggest for automatic documentation (ala JavaDoc)?
I'm looking at pythondoc right now, and it seems broken, or at the very
least, lacking documentation. What are other people using?
Rolf
___
Webware-discuss mailing list
[EMAIL PROTECTED
Hi,
I'm experiencing some problems with sessions and .psp pages.
I'm running apache+mod_webkit+webware 0.6.1b1 on freeBSD.
My server is running on an internal subnet, using IP based virtual hosting.
The useful bits of my httpd.conf are here:
WKServer localhost 8086
SetHandler webkit-handler
Hi,
I'm trying to write a function which will automagically return multiple
variables to a .PSP page. I'm a relative newbie to python so I'm not sure if
there is an easy way to do this.
Here's what I'm trying to do:
I made a function called db1Row() that given a query returns a dictionary.
Thus
Hi,
I'm using Webware + mod_webware + apache. I used MakeAppWorkDir to generate
a workdir outside of the webware directory.
My webware is here: /web/webware
My webware workdir is here: /web/workdir
I want to do this:
http://cp.foobar.com -> /web/workdir/ControlPanel
http://admin.foobar.com ->
On 1/24/02 8:12 AM, "Geoffrey Talvola" <[EMAIL PROTECTED]> wrote:
>
> SQL may not be case-sensitive, but all SQL databases I've used (Access, MS
> SQL Server, MySQL) are in fact case-preserving. So you can name your tables
> and columns FooBar and use them in your code as FooBar, and they will
In my SitePage class, what is the easiest way to grab the HTTP_HOST field
from my http request?
Rolf
___
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss
Is anyone interested in setting up a Webware IRC channel on the open
projects network? IRC is a useful method of getting quick answers to
configuration problems. I'll sit around on #webware to see if anyone
else shows up.
Take a look at http://www.openprojects.net/irc_servers.html for a list of
s
I'm successfully running WebWare + Python 2.2 in a development environment.
On 1/16/02 11:51 AM, "Ng Pheng Siong" <[EMAIL PROTECTED]> wrote:
> On Tue, Jan 15, 2002 at 04:23:01PM -0500, Geoffrey Talvola wrote:
>> From eyeballing your message, it looks like there might be Python 2.2
>> compatibil
18 matches
Mail list logo