Re: [Zope] FSSession error

2000-05-18 Thread Pavlos Christoforou
On Thu, 18 May 2000, urs.beyeler wrote: > line 142, in load > (Object: FSSession) > SystemError: (see above) > > any ideas? > The error seems to result from an instance stored in FSSession that cannot find its class object. I am not sure it is an FSSession error. Do you have any custom c

Re: [Zope] SQLSession vs FSSession for ultra-high scalability andspeed.

2000-05-23 Thread Pavlos Christoforou
On Sun, 21 May 2000, chas wrote: > Hi Folks, > > Sorry if this has been asked before, but can anybody > advise on FSSession vs SQLSession for: > > a) Speed. > b) Scalability. > FSSession does not use ZODB to store data, but stores session pickles directly on the harddisk. It will also update

Re: [Zope] FSSession newbie problem

2000-06-07 Thread Pavlos Christoforou
Hi Marcello On Wed, 7 Jun 2000, Marcello Lupo wrote: > and macically i obtain the same error. > this is the code i used: > > > > > > Shouldn't the above be: Pavlos ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/lis

Re: [Zope] Re: FSSession newbie problem

2000-06-09 Thread Pavlos Christoforou
On Fri, 9 Jun 2000, Marcello Lupo wrote: > It prints out "None" I supose you mean ...FSSession['carrello'] .. > > The FSSession is in the same folder of my two methods, may be this a > problem? No it should not > one. > Probably the second method point to a different session file than

Re: [Zope] Re: FSSession newbie problem

2000-06-09 Thread Pavlos Christoforou
On Fri, 9 Jun 2000, Marcello Lupo wrote: > > 1) Is necessary to call FSSession in every document of the site or is > sufficient on the first page (home page of the e-com for example)? > Becouse i noticed (obviously) that every time it open a file the HD. > And i think this is a problem because

Re: [Zope] Re: FSSession newbie problem

2000-06-09 Thread Pavlos Christoforou
On Fri, 9 Jun 2000, Hung Jung Lu wrote: > Pavlos: this is the part that is confusing to newbies. FSSession can be made > in such a way that this initial call can be avoided. HappySession works that You are right. There is no real need for the initial call. It was initially designed like this b

Re: [Zope] ZODB/FSSession TransactionError

2000-06-27 Thread Pavlos Christoforou
On Tue, 27 Jun 2000, Brian McClain wrote: > > Error Type: TransactionError Ooouch ... I am not sure I can diagnose the problem but it is certainly a serious issue. Your email indicates two problems. The first trace (TransactionError) does not mention FSSession anywhere so I do not know where

Re: [Zope] ZODB/FSSession TransactionError

2000-06-27 Thread Pavlos Christoforou
On Wed, 28 Jun 2000, Dieter Maurer wrote: > > That's strange, because Python usually indicates EOF by returning > an empty string and not by raising EOFError. cPickle returns EOFError which is confusing since the Python docs state that only input and raw_input return this exception. The proble

Re: [Zope] ZODB/FSSession TransactionError

2000-06-28 Thread Pavlos Christoforou
On Tue, 27 Jun 2000, Brian McClain wrote: > In my original Zope installation, I'm still getting the same EOFError > when I try to view a document containing . I > have been unable to reproduce the original TransactionError in the > original Zope. I have mucked around with the 1st Zope since rec

Re: [Zope] Howto engineer a scientific paper system

2000-06-29 Thread Pavlos Christoforou
On Thu, 29 Jun 2000, [EMAIL PROTECTED] wrote: > Thank you for the comments and links for latex and docbook. > > Going the latex path seems to me worthwhile - but on another day > ;-) , I have already done some setup in zope that I would like to > build on. What I did not find about LaTeX was

Re: [Zope] basic FSSession question

2000-07-03 Thread Pavlos Christoforou
On Mon, 3 Jul 2000, Leichtman, David J wrote: > overwrites > the other data, implying that it's the same SessionUID. I thought that > calling from a different machine, would then > create a > new session with the SessionUID stored on that machine. How, then, do > I get > multiple sessions? Y

[Zope] Re: FSSession buglette

2000-07-06 Thread Pavlos Christoforou
Paul Are you running FSSession0.4.0? If not please upgrade. The problems you mention below have been corrected. Nevertheless the first problem you descripe is not really related to FSSession. What happens is that certain Zope objects that can be pickled should not be stored in FSSession. Initiall

Re: [Zope] Re: FSSession buglette

2000-07-07 Thread Pavlos Christoforou
On Fri, 7 Jul 2000, Paul Gresham wrote: > Hi, Yep, I'm definitely running 0-4-0, I think the fact that I did > something naughty caused the rename (and therefore the commit) to fail, > when it expected to work. An exception in the commit then caused Zope to > stop all commits. What is worrying is

RE: [Zope] HTML Editors that recognize DTML (was bastardized formofXML)

2000-06-28 Thread Pavlos Christoforou
On Wed, 28 Jun 2000, Jon Franz wrote: > This looks very cool - the HTMl jive, that is. I'm going to mod it some, > and get permission from the author to incorporate it into Zope... I'll add > some features like search and replace also... > > >>> > -Original Message- > From: Gidon Friedm

Re: [Zope] FSSession used in Python???

2000-07-10 Thread Pavlos Christoforou
On Fri, 7 Jul 2000, Dan Narkiewicz wrote: > inside my own python written Zope product... Any help would be.. well... > helpful.. I am not sure if it is a good idea to use a Product in the manner you describe but in any case: > --- a class definition --- > def FStest(self): >

Re: [Zope] FSSession - don't call FSSession twice!

2000-07-31 Thread Pavlos Christoforou
On Tue, 1 Aug 2000 [EMAIL PROTECTED] wrote: > > Zope has encountered an error while publishing this resource. > > Error Type: OSError > Error Value: [Errno 2] No such file or directory > > > from the title) that I called FSSession twice. Line 193 appears to > rename a .tmp file and I'd guess

Re: [Zope] REPOST: README.txt Tab

2000-08-04 Thread Pavlos Christoforou
On Fri, 4 Aug 2000 [EMAIL PROTECTED] wrote: > I'll re-ask the question: > > > How do I get the README tab to appear in a product? > > > > What do I need to do? Its been a while but I think what you say is essentially correct. If there is a README.txt it would be displayed assuming your product

Re: [Zope] FSSession problems...

2000-08-25 Thread Pavlos Christoforou
On Fri, 25 Aug 2000, Curtis Maloney wrote: > Greetings, > > I'm using FSSession to store login details about visitors to our site. It is > important that users only be able to see their own data (of course). > > Today, however, I find out that some mistakes have been happening. People > are

Re: [Zope] FSSession problems...

2000-08-25 Thread Pavlos Christoforou
On Fri, 25 Aug 2000, Curtis Maloney wrote: > > But if User A logs in with NS, this doesn't happen. > > I am really confused as to what's going on Me too! > > > My only thoughts are that FSSession is perhaps getting confused by Apache, > but surely it would re-issue the same Session ID

Re: [Zope] FSSession problems...

2000-08-28 Thread Pavlos Christoforou
On Mon, 28 Aug 2000, Curtis Maloney wrote: > > > This was aparently working fine for quite some time (about a month of public > usage), until last week. We have examined logs, and seen that one person > accidentaly used the system under someone elses ReturnerID, and then > rectified their m

[Zope] [ANN] FSSession-0-4-2

2000-08-29 Thread Pavlos Christoforou
Hello Zopistas FSSession 0-4-2 is available at: http://www.zope.org/Members/gaaros/FSSession FSSession 0-4-2 corrects a bug on Windows platforms where os.rename fails if the renamed file already exists. This version has also been tested under many "unusual" situations (calling FSSession twice,

Re: [Zope] HappySession

2000-09-01 Thread Pavlos Christoforou
On Fri, 1 Sep 2000, Dieter Maurer wrote: > I can tell you, that FSSession has the same problem, at least > the version before the current one (announced some days ago). FSSession has no longer such problem. However you might still loose data if you access the same SessionUID from many frames. I

Re: [Zope] OSError along with FSSession...

2000-09-08 Thread Pavlos Christoforou
On Wed, 6 Sep 2000, Chien-Pin Wang wrote: > > Dear Zope Users: > > I have upgraded to FSSession 0.4.2 lately and occasionally run into > the same problem several times. Each time it costs me a zope down. I do > really need some help... > > > Zope complains an error type "OSError" an