Re: [Webware-discuss] MiddleKit/MySQL Threading Problem - Solved

2002-07-14 Thread Roger Haase
and the error message was saying it found an instance with the right name, but it was the wrong copy. The self.methodName(...) form does a local lookup and avoided the multiple copy confusion. Roger Haase On Sunday 14 July 2002 10:08 am, Geoff Talvola wrote: I just checked in a fix to Webware CVS

Re: [Webware-discuss] MiddleKit Threading Problem - Stage 2

2002-07-22 Thread Roger Haase
at 15:45, Roger Haase wrote: I believe I have stumbled into another threading issue, one step further along than the problem of last week. This time it looks like it is in MiddleKit to me. The situation is the same, I have a web page that is trying What makes you think it is a threading

Re: [Webware-discuss] Documentation format

2002-10-30 Thread Roger Haase
--- Ian Bicking [EMAIL PROTECTED] wrote: The documentation format discussion kind of died down, but I'd like to do some documenting, and that's one of those fleeting motivations you really have to grab onto ;) Anyway, after looking some at the XML produced by reST, I think the format

Re: [Webware-discuss] MiddleKit references

2002-11-05 Thread Roger Haase
--- Chuck Esterbrook [EMAIL PROTECTED] wrote: I added your paper to: http://webware.sourceforge.net/Papers/ http://www.opensky.ca/~jdhildeb/webware/ In Jason's paper and elsewhere in the MiddleKit docs there is some advice on avoiding concurrency issues: ''' Concurrency Issues .

Re: [Webware-discuss] MiddleKit references

2002-11-05 Thread Roger Haase
--- Jason Hildebrand [EMAIL PROTECTED] wrote: In any case, it would be a good first step to see if it solves your problem, Roger. I can send you a patch, just let me know if you use the 0.7 release or CVS. I fixed the problem by putting a rather brutal lock in ObjectStore, but I would

Re: [Webware-discuss] MiddleKit references

2002-11-05 Thread Roger Haase
--- Michael Engelhart [EMAIL PROTECTED] wrote: Shouldn't these updates/inserts be wrapped in a database transaction anyway? Wouldn't that avoid the threading issues that are coming up? I have been wrong a lot on MiddleKit threading issues in particular, but I think currently if a servlet is

Re: [Webware-discuss] New documentation: Application Development

2003-01-10 Thread Roger Haase
') request.delField('loginid') I have never understood where session.value('loginid') is being set, why it is being deleted if it exists, why the incoming id must match the old value, and what is the benefit of doing request.delField(...). Roger Haase

[Webware-discuss] HowTo Restart AppServer and Preserve Session Based Locks

2003-03-02 Thread Roger Haase
to detect and remove a timed out user? Roger Haase __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ --- This sf.net email is sponsored by:ThinkGeek

Re: [Webware-discuss] Zope vs Webware (Not Really)

2003-06-11 Thread Roger Haase
tried a while back, but never managed to do anything useful with Zope. To me, Zope seems only appropriate for a large team of developers. The learning curve is pretty steep for one person to climb without someone elses shoulders to stand on now and then. Roger Haase

[Webware-discuss] ./AppServer stop Fails

2003-07-16 Thread Roger Haase
this, but I understand the recommendation is to disable the admin functions for production sites. I tried the kill method as well, but that doesn't seem to shut down cleanly and I was unable to restart the AppServer without rebooting. Any suggestions? Roger Haase

Re: [Webware-discuss] ./AppServer stop Fails

2003-07-17 Thread Roger Haase
The rc script is where? Roger haase --- Ian Bicking [EMAIL PROTECTED] wrote: The WebKit/webkit rc script doesn't have this problem, though you'll have to put the paths in yourself. It's the best way to start the AppServer when you're not doing development

Re: [Webware-discuss] ./AppServer stop Fails

2003-07-17 Thread Roger Haase
Thanks, you helped me figure out the problem restarting after my kill command. I killed the AppServer pid rather than the ThreadedAppServer pid. Roger Haase --- Gary Perez [EMAIL PROTECTED] wrote: I have the same problem on a daily basis. My method to restart the AppServer is to check

Re: [Webware-discuss] ./AppServer stop Fails

2003-07-17 Thread Roger Haase
Oh, that WebKit/webkit...! Duh, thanks, looked like a typo. Roger Haase --- Ian Bicking [EMAIL PROTECTED] wrote: In WebKit/webkit, just like I said ;) (Quick now, who's on first) __ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http

[Webware-discuss] RE: [Moin-user] Webware?

2004-02-26 Thread Roger Haase
--- Nick Trout [EMAIL PROTECTED] wrote: Anyone looking at getting Moin 1.2 working under Webware? Roger Haase What would be the benefits of that? Nick The benefits are likely restricted to a few. In my case, I use MoinMoin as an easy extension to my Webware application

Re: [Webware-discuss] Re: website: moving forward

2004-04-02 Thread Roger Haase
web application toolkit seems like a lot to say in a logo, especially if you want to say it in a fraction of an inch at the end of a page. Webware / 4 Python would fit better in small places. Just my opinion. Roger Haase __ Do you Yahoo!? Yahoo! Small Business

Re: [Webware-discuss] Choosing a wiki - MoinMoin option

2004-04-06 Thread Roger Haase
(just running MoinMoin with the old CGI interface), it would be very handy to have access to Webware session variables when writing MoinMoin macros to insert data into a wiki page. Roger Haase __ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway http

[Webware-discuss] MiddleKit Threading Problem

2004-05-22 Thread Roger Haase
for name in attrNames: setMethodName = 'set' + name[0].upper() + name[1:] setMethod = getattr(self.__class__, setMethodName, '_'+name) cache.append(setMethod) _cacheLock.release() # 2002-08-21 rdh Roger Haase

[Webware-discuss] MiddleKit broken or major design change in CVS head?

2004-08-24 Thread Roger Haase
, firstName varchar(15), lastName varchar(15), password varchar(63), ... Roger Haase __ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http

Re: [Webware-discuss] MiddleKit broken or major design change in CVS head?

2004-08-26 Thread Roger Haase
. Roger Haase __ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank

Re: [Webware-discuss] WebKit not compiling

2005-02-23 Thread Roger Haase
. Usually I just ignore it and fix my code, but stopping and restarting the AppServer (even though auto restart is on in my test system) always corrects the problem in the next formatted dump. Roger Haase __ Do You Yahoo!? Tired of spam? Yahoo! Mail has

[Webware-discuss] +1 Attaboy for Mark and Webware 0.9b1

2005-07-15 Thread Roger Haase
in a new Webware directory rather than the expected Webware-0.9b1. While this did not effect me and I always rename the directory to Webware, it could accidently overly someone's production copy if they are not careful. Thanks for your work, Mark. This looks like a pretty solid beta. Roger Haase

RE: [Webware-discuss] Printing from web application

2005-09-20 Thread Roger Haase
are not using Firefox to develop your application's html, you are missing out on some great tools. There are several fantastic developer extensions (click Extensions under the Firefox Tools menu). I use the Web Developer, HTML Validator, and View Formatted Source extensions every day. Roger Haase

[Webware-discuss] Upgrade to Python 2.4, MiddleKit and DateTime confusion

2005-12-29 Thread Roger Haase
/2.4 type 'datetime.datetime'. An idea was to uninstall mx and see what happened next, but yum reported that MySQL-python 1.2 was dependent upon mx and would be uninstalled along with it. Anyone have an idea of what to do to fix this? Roger Haase

Re: [Webware-discuss] Upgrade to Python 2.4, MiddleKit and DateTime confusion

2005-12-30 Thread Roger Haase
--- Chuck Esterbrook [EMAIL PROTECTED] wrote: On 12/29/05, Roger Haase [EMAIL PROTECTED] wrote: ... If I understand this correctly, a User record is in the process of being moved into the Middlekit store, and it is expecting the old mx.DateTime type of type 'DateTime', but the MySQL

Re: [Webware-discuss] Upgrade to Python 2.4, MiddleKit and DateTime confusion -- Found problem

2006-01-04 Thread Roger Haase
The DateTime issue was the result of my sloppy upgrade. I failed to copy over the new AppServer, Launch, etc. to my context directory. I have to resolve a few issues with mx.DateTime in my own code, but Webware is now running with the MySQLD-python 1.2 version. Roger Haase --- Roger Haase

[Webware-discuss] MiddleKit Threading Error?

2008-10-19 Thread Roger Haase
) + _cacheLock.release() assert len(cache) + 1 == len(row) self._mk_initing = 1 Roger Haase __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http

Re: [Webware-discuss] MiddleKit Threading Error?

2008-10-22 Thread Roger Haase
--- On Sun, 10/19/08, Roger Haase [EMAIL PROTECTED] wrote: From: Roger Haase [EMAIL PROTECTED] Subject: MiddleKit Threading Error? To: webware-discuss@lists.sourceforge.net Date: Sunday, October 19, 2008, 3:46 PM I last reported this problem back on May 22, 2004. I am not sure what I

Re: [Webware-discuss] MiddleKit Threading Error?

2008-11-04 Thread Roger Haase
@lists.sourceforge.net Date: Sunday, November 2, 2008, 3:14 PM Roger Haase schrieb: My revised solution is to put the lock at the beginning and end of the method. I never used MiddleKit, so I don't know how to test this, but since it looks reasonable I've checked this in anyway, and cleaned up

Re: [Webware-discuss] MiddleKit Threading Error?

2008-11-10 Thread Roger Haase
, November 4, 2008, 12:13 PM Roger Haase schrieb: I had to revise your new MiddleObject.py to put the _mk_cacheLock = threading.RLock() statement at the module level rather than in the MiddleObject __init__ method. A new MiddleObject instance is being created with each request so

[Webware-discuss] self.response().flush() on 1.1b1 with WSGI

2010-05-14 Thread Roger Haase
I use a call to self.response().flush() on a couple of long running transactions. With the WSGI adapter on 1.1.b1 the transaction runs to completion, but nothing is transferred until the transaction completes. I haven't tested this with other adapters. Anyone else notice this? Roger Haase

Re: [Webware-discuss] Adapters

2010-07-01 Thread Roger Haase
I am running the WSGI adapter with 1.1b1 on Ubuntu 10.04 and also using it on a W/7 test system. Works well for me. Roger Haase --- On Wed, 6/30/10, Chuck Esterbrook chuck.esterbr...@gmail.com wrote: From: Chuck Esterbrook chuck.esterbr...@gmail.com Subject: [Webware-discuss] Adapters

[Webware-discuss] Webware times out on WebFaction Hosting service

2011-07-22 Thread Roger Haase
? Roger Haase -- Storage Efficiency Calculator This modeling tool is based on patent-pending intellectual property that has been used successfully in hundreds of IBM storage optimization engage- ments, worldwide. Store less

Re: [Webware-discuss] Webware times out on WebFaction Hosting service

2011-07-23 Thread Roger Haase
service Am 23.07.2011 07:05 schrieb Roger Haase: I have added a WebFaction Custom app (listening on port) to obtain a unique port number. Then I modified my wsgiadapter to point at 184.172.207.73:41759 and modified the app serverconfiguration to listen at the same address. Which Webware

Re: [Webware-discuss] Webware times out on WebFaction Hosting service

2011-07-24 Thread Roger Haase
- Original Message - From: Roger Haase crosseyedpeng...@yahoo.com To: Discussion of Webware for Python including feedback and proposals. webware-discuss@lists.sourceforge.net Cc: Sent: Saturday, July 23, 2011 4:57 AM Subject: Re: [Webware-discuss] Webware times out on WebFaction

Re: [Webware-discuss] Webware times out on WebFaction Hosting service

2011-07-25 Thread Roger Haase
service Am 25.07.2011 00:36 schrieb Roger Haase: I have some progress. I think the WSGIAdapter.py has a bug -- I couldnot use a non-standard port on Ubuntu 11.04. Just had a look and noticed that I actually removed the adapter.address file config option in r8114 on purpose, probably because you

Re: [Webware-discuss] Webware times out on WebFaction Hosting service

2011-07-26 Thread Roger Haase
service Am 25.07.2011 21:11 schrieb Roger Haase: Thank you Christoph, the problem was indeed different Python versions.  All is working now. Regarding the docstring and adapter.address file, I think the least confusing route would be to fix the docstring and add Host and AdapterPort lines

Re: [Webware-discuss] Consolidating the infrastructure

2015-11-30 Thread Roger Haase
Agree, seems like many projects are moving to Github. And I add my thanks to you for maintaining the Webware project. On Saturday, November 28, 2015 1:14 PM, Chuck Esterbrook wrote: Sounds good. -Chuck On Sat, Nov 28, 2015 at 11:09 AM, Steve Schwarz