[Zope-dev] Re: ZCatalog fast as admin, dog slow as anonymous and other users

2004-02-01 Thread Jason Spisak
Tres, I updated the DateIndex.py file to the one from the current 2.6 head. But I'm still getting the 'integer multiplication' error. Is there another possibility? Also, it only does this for the 'expires' index. The 'effective' index reindexed just fine. Thanks in advance, Jason Spisak

[Zope-dev] ZCatalog fast as admin, dog slow as anonymous and other users

2004-01-30 Thread Jason Spisak
and display 1300 events (which is what's normally in there). ouch. i've rebuilt the indexes, and still no dice. Any help would be greatly appreciated. All my best, Jason Spisak ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman

Re: [Zope-dev] ZCatalog fast as admin, dog slow as anonymous and other users

2004-01-30 Thread Jason Spisak
Seb, thanks! i'll give that a shot. i also thought of adding daterange indexes for the calendar portion or things. does that also garner any speed improvement? Seb Bacon wrote: Jason Spisak wrote: Zopistas, My ZCatalog is fast as admin, but dog slow as anonymous and other users

Re: [Zope-dev] ZCatalog fast as admin, dog slow as anonymous and other users

2004-01-30 Thread Jason Spisak
Seb, I've replaced the following date indexes that werer FieldIndexes with DateIndexes Date effective expires modified i'll let you know what kind of speed improvement I get. Jason Spisak wrote: Zopistas, My ZCatalog is fast as admin, but dog slow as anonymous and other users. Anyone had

Re: [Zope-dev] Re: ZCatalog fast as admin, dog slow as anonymous and other users

2004-01-30 Thread Jason Spisak
else 8-). Then I'll add that DateRange index and patch the CMF and check again. Do you guys want metrics? If so, preferred tool/output method? (although my guess is, you already know how spiffy this makes things 8-) Tres Seaver wrote: Jason Spisak wrote: Zopistas, My ZCatalog is fast

[Zope-dev] Re: ZCatalog fast as admin, dog slow as anonymous and other users

2004-01-30 Thread Jason Spisak
Consider me awaiting my socks to be blown off. 8-) Tres Seaver wrote: Jason Spisak wrote: You are right. I've also got that permission turned off to take advantage of that part of the CMF workflow, which compounds the problem since it's site wide. I'm building the individual DateIndexs

[Zope-dev] Re: ZCatalog fast as admin, dog slow as anonymous and other users

2004-01-30 Thread Jason Spisak
were: Error Details Error Type OverflowError Error Value integer multiplication any thoughts on how to get past this? Jason Spisak wrote: You are right. I've also got that permission turned off to take advantage of that part of the CMF workflow, which compounds the problem since it's site wide

[Zope-dev] Re: ZCatalog fast as admin, dog slow as anonymous and other users

2004-01-30 Thread Jason Spisak
This site encountered an error trying to fulfill your request. The errors were: Error Details Error Type OverflowError Error Value integer multiplication any thoughts on how to get past this? Jason Spisak wrote: You are right. I've also got that permission turned off to take advantage

[Zope-dev] Re: ZCatalog fast as admin, dog slow as anonymous and other users

2004-01-30 Thread Jason Spisak
Seaver wrote: Jason Spisak wrote: Tres and Seb, Got rid of all the date FieldIndexes and am reindexing the new DateIndexes one at a time from the indexes tab, but I've hit a snag. when I go to reindex 'expires' I get this error immediately: Site error This site encountered an error trying

[Zope-dev] Re: Tyring to FTP to Zope running behind firewall,

2002-04-24 Thread Jason Spisak
FTP, a Definitive Explanation http://www.slacksite.com/other/ftp.html -- Jason Spisak Marketing Director, Lycoris [EMAIL PROTECTED], http://www.lycoris.com Desktop/LX: Familiar. Powerful. Open. ___ Zope-Dev maillist - [EMAIL PROTECTED] http

Re: [Zope-dev] PHP vs Zope cost benefit

2002-04-24 Thread Jason Spisak
, Jason Spisak wrote: [...] 5. The transactional nature of Zope (although they didn't believe me when it came to rolling back multiple dbs) impressed them and if it really can mange a rollback from from a DB and transaction safety for inventory,etc...(which I know it can) then its a huge

Re: [Zope-dev] PHP vs Zope cost benefit

2002-04-24 Thread Jason Spisak
Thanks Leonardo, I was confusing the two. The encapsulation, yes that makes a lot more sense. On Wednesday 24 April 2002 2:44 pm, R. David Murray wrote: On Wed, 24 Apr 2002, Jason Spisak wrote: This means that every Update/Insert command make sthe ZODB grow, right? Has anyone had

[Zope-dev] PHP vs Zope cost benefit

2002-04-23 Thread Jason Spisak
to need it for. Plus the over head of running Zope instances is greater than PHP scripts. What are the arguments for Zope in this context? All my best, -- Jason Spisak Marketing Director, Lycoris [EMAIL PROTECTED], http://www.lycoris.com Desktop/LX: Familiar. Powerful. Open. +1 425 869-2930

Re: [Zope-dev] PHP vs Zope cost benefit

2002-04-23 Thread Jason Spisak
- [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope ) -- Jason Spisak Marketing Director, Lycoris [EMAIL PROTECTED

Re: [Zope-dev] PHP vs Zope cost benefit

2002-04-23 Thread Jason Spisak
19:8, 1John 5:3)http://torahteacher.com/torahteacher.com --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.346 / Virus Database: 194 - Release Date: 4/10/02 -- Jason Spisak Marketing Director, Lycoris [EMAIL PROTECTED

Re: [Zope-dev] PHP vs Zope cost benefit

2002-04-23 Thread Jason Spisak
Excellent thinking. I'm guessing that the PyscopyDA handles that type of thing and makes sure that it doesn't get nasty. That's a big win for Zope when dealing with inventory and things like that. Thanks Oliver. On Tuesday 23 April 2002 10:33 am, you wrote: Jason Spisak wrote: You might

Re: [Zope-dev] PHP vs Zope cost benefit

2002-04-23 Thread Jason Spisak
are not burdensome. (Psalm 19:8, 1John 5:3)http://torahteacher.com/torahteacher.com --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.346 / Virus Database: 194 - Release Date: 4/10/02 -- Jason Spisak Marketing Director, Lycoris

Re: [Zope-dev] PHP vs Zope cost benefit

2002-04-23 Thread Jason Spisak
should answer to your self: which users have to work with your system in your company ? which user change things in the system ? Jason Spisak schrieb: You might remember me, I've been a big Zope fan since ZTables, and have recently been asked Why Zope?. The project is commited to PostgreSQL

Re: [Zope-dev] PHP vs Zope cost benefit

2002-04-23 Thread Jason Spisak
not get transparent scalability by adding Apache servers to the front end that just have the same PHP scripts? As far as scaling backend Postgres Database, that's the same if you use PHP or Zope. On Tuesday 23 April 2002 11:35 am, you wrote: From: Jason Spisak [EMAIL PROTECTED] I think

Re: [Zope-dev] PHP vs Zope cost benefit

2002-04-23 Thread Jason Spisak
answer to your self: which users have to work with your system in your company ? which user change things in the system ? Jason Spisak schrieb: You might remember me, I've been a big Zope fan since ZTables, and have recently been asked Why Zope?. The project is commited to PostgreSQL

Re: [Zope-dev] PHP vs Zope cost benefit

2002-04-23 Thread Jason Spisak
is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.346 / Virus Database: 194 - Release Date: 4/10/02 -- Jason Spisak Marketing Director, Lycoris [EMAIL PROTECTED], http://www.lycoris.com Desktop/LX: Familiar. Powerful. Open. +1 425 869-2930 voice, +1

[Zope-dev] Tyring to FTP to Zope running behind firewall, get login box but no directory listing

2002-04-23 Thread Jason Spisak
, but then the directory listing never materializes. Since I get the login prompt, it's not a firewall packet issue. Is this a known issue? If anyone knows of any quick fixes for this, I'm wide open for ideas. -- Jason Spisak Marketing Director, Lycoris [EMAIL PROTECTED], http

Re: [Zope-dev] Re: Spitter.c Hack

2001-01-08 Thread Jason Spisak
; -} - - * If no letters, treat it as a stop word. - */ Py_INCREF(word); Let me know what else I can do. Did you see my other mails regarding stats? From: "Jason Spisak" [EMAIL PROTECTED] wrote: Zopists, I f

[Zope-dev] Re: Spitter.c Hack

2001-01-05 Thread Jason Spisak
, since it's a long file to post. All my best, Jason Spisak ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo

Re: [Zope-dev] Re: Spitter.c Hack

2001-01-05 Thread Jason Spisak
. - */ Py_INCREF(word); --- 169,176 All my best, Jason Spisak CIO __ ___ ____ / // (_)_/_ __/__ / / ___ ___ __ _ / _ / / __/ -_) / / -_) __/ _ \(_-_/ __/ _ \/ ' \ /_//_/_/_/ \__/_/ \__/\__/_//_/___(_)__/\___/_/_/_/ 6151 West Century

Re: [Zope-dev] Re: Spitter.c Hack

2001-01-05 Thread Jason Spisak
Erik, [Jason Spisak] | I am running on a big machine though. If anyone wants those changes | there's really easy. Just mail me directly, since it's a long file | to post. Hi. I would be interested in the file :-). Okay, here's the diff. It truely is nothing more than cutting out

[Zope-dev] Hacking Splitter.c

2001-01-04 Thread Jason Spisak
, but the single letter words are not. :( My goal is to be able to find 'C' and 'C++' in a TextIndex search. Can anyone tell me why '+' doesn't get indexed, and where to change that? 'C' isn't in the Lexicon stop words, and neither is the '+'. Thanks in advance. All my best, Jason Spisak CIO

Re: [Zope-dev] ZCatalog very unhappy

2000-12-20 Thread Jason Spisak
-- | Christopher Petrilli | [EMAIL PROTECTED] - Original Message - From: "Jason Spisak" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 19, 2000 7:39 PM Subject: [Zope-dev] ZCatalog very unhappy Help! Using the Catalog in 2.2.4 2000-12-20T00:59:58 ERROR(20

Re: [Zope-dev] ZCatalog very unhappy

2000-12-20 Thread Jason Spisak
Chris: You mean the -D in z2.py, right? Jason, That logging is probably slowing things down too... shut it off to see if you can get a performance increase. - Original Message - From: "Jason Spisak" [EMAIL PROTECTED] To: "Christopher Petrilli" [EMAIL PR

[Zope-dev] Performance enhancements, ZCatalog

2000-12-19 Thread Jason Spisak
best, Jason Spisak CIO __ ___ ____ / // (_)_/_ __/__ / / ___ ___ __ _ / _ / / __/ -_) / / -_) __/ _ \(_-_/ __/ _ \/ ' \ /_//_/_/_/ \__/_/ \__/\__/_//_/___(_)__/\___/_/_/_/ 6151 West Century Boulevard Suite 900 Los Angeles, CA 90045 P. 310.665.3444 F

[Zope-dev] Moving ZClass app to 2.2.2

2000-11-02 Thread Jason Spisak
100%? Put a phantom class in the ZCatalog folder? All my best, Jason Spisak ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailma

Re: [Zope-dev] Migrating from ZClasses to Python Products

2000-10-25 Thread Jason Spisak
, "Jason Spisak" [EMAIL PROTECTED] wrote: I am trying to address shortcomings like not having a "dictionary" type property in Zope properties, etc. Aha! in that case you dont really need to convert from ZClass to python class; you only need to modify your existing ZClass so t

Re: [Zope-dev] Migrating from ZClasses to Python Products

2000-10-25 Thread Jason Spisak
Ender writes: Point taken. Jason Spisak wrote: Ender writes: Jason Spisak wrote: The only problem I am dealing with is size. What kind of a transaction will that be? Huge, no doubt. I would run out of space to buffer it. Does Zope do subtransactions now

[Zope-dev] Migrating from ZClasses to Python Products

2000-10-24 Thread Jason Spisak
And now the big question... How do you migrate and existing application from ZClasses to Python products? I've got about 50,000 objects. Can it be done or am I stuck with ZClasses? Hopefully, Jason Spisak CIO HireTechs.com 6151 West Century Boulevard Suite 900 Los Angeles, CA 90045 P

Re: [Zope-dev] Migrating from ZClasses to Python Products

2000-10-24 Thread Jason Spisak
really matter, but migrating it from ZClass to Python - Ive never heard of that happening. It would be a cool project though. Hopefully, Jason Spisak CIO HireTechs.com 6151 West Century Boulevard Suite 900 Los Angeles, CA 90045 P. 310.665.3444 F. 310.665.3544 Under US Code

[Zope-dev] Recursive Folders

2000-10-17 Thread Jason Spisak
Zopsters, The line folder = Folder() was suposed to be folder = Folder.Folder() Thanks again! All my best, Jason Spisak [EMAIL PROTECTED] ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross

[Zope-dev] Recursive folders from Python

2000-10-16 Thread Jason Spisak
another folder. def create(self): for digit in range(0, 10): folder= self.manage_addFolder(str(digit), str(digit)) subfolder = self.folder.manage_addFolder(str(digit), str(digit)) All my best, Jason Spisak [EMAIL PROTECTED] ___ Zope

[Zope-dev] Programatically trying to create recursive folders

2000-10-13 Thread Jason Spisak
tem']))" dtml-in expr="_.range(0, 2)" dtml-call "manage_addFolder(_.str(_['sequence-item']), _.str(_['sequence-item']))" /dtml-in /dtml-with /dtml-in Any ideas? All my best, Jason Spisak [EMAIL PROTECTED] ___ Zope

[Zope-dev] Back from the dead xmlc

2000-09-11 Thread Jason Spisak
/index.html Is there any obvious reason why Zope wouldn't benefit tremendously from this design and programming separation and pure python boost? All my best, Jason Spisak CIO HireTechs.com 6151 West Century Boulevard Suite 900 Los Angeles, CA 90045 P. 310.665.3444 F. 310.665.3544 Under US Code Title 47

Re: [Zope-dev] Request for comments: Directory storage

2000-06-07 Thread Jason Spisak
-announce http://lists.zope.org/mailman/listinfo/zope ) Jason Spisak CIO HireTechs.com 6151 West Century Boulevard Suite 900 Los Angeles, CA 90045 P. 310.665.3444 F. 310.665.3544 Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial

Re: [Zope-dev] Recursively adding ZClasses (continued)

2000-06-07 Thread Jason Spisak
___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zop

[Zope-dev] RE: Memory issue 2.1.1 wrap up (Long)

2000-05-31 Thread Jason Spisak
learn more everyday about Zope and Linux, and you have the prime situation for Memorious Falsis. A syndrome where the hacker sees memory leaks that aren't there. Thanks wholeheartedly, -- Jason Spisak [EMAIL PROTECTED] ___ Zope-Dev maillist - [EMAIL PROTE

Re: [Zope-dev] Memory 2.1.4-2.1.6 a.k.a. how to get objects out of the cache

2000-05-30 Thread Jason Spisak
Bill Anderson: Jason Spisak wrote: [...] That's funny that I am experienceing the same symptoms as you, but my installation is totally different. I'm not using GUF, or any DA's, and I'm running on RH 6.1. We really need to figure this out as a community. I am willing to try just

[Zope-dev] Memory issue 2.1.1 request for info

2000-05-30 Thread Jason Spisak
sed-bytes messages Things are moving pretty speedilly since I adjusted the setcheckinterval. Thanks Matt!! I'll send the output of these commands after a Zope exit at the end of our intranet business here today. Just think, with ZEO I won't have to wait until the close of business ('cause t

[Zope-dev] New Help System in 2.2

2000-05-30 Thread Jason Spisak
Michel, I was just browsing the help system and can I just say it is terrfic. The .py files especially. Not that python isn't that easy to read, but having the ZQR type stuff handy online is a huge win. Is that stuff updated fro mthe source on the fly? Greatfully, Jason Spisak CIO

Re: [Zope-dev] New Help System in 2.2

2000-05-30 Thread Jason Spisak
Shane Hathaway writes: Jason Spisak wrote: I was just browsing the help system and can I just say it is terrfic. The .py files especially. Not that python isn't that easy to read, but having the ZQR type stuff handy online is a huge win. Is that stuff updated from the source

Re: [Zope-dev] New Help System in 2.2

2000-05-30 Thread Jason Spisak
Stephan Richter writes: At 09:09 PM 5/30/00 +, Jason Spisak wrote: Shane Hathaway writes: Jason Spisak wrote: I was just browsing the help system and can I just say it is terrfic. The .py files especially. Not that python isn't that easy to read, but having the ZQR

Re: [Zope-dev] New Help System in 2.2

2000-05-30 Thread Jason Spisak
Stephan Richter writes: At 12:02 AM 5/31/00 +, Jason Spisak wrote: Furthermore, we will include a new DTML reference soon. Do you know about anything else, that should be included? Well if you really want to make it hot, the examples that are in there can keep coming. Web links

Re: [Zope-dev] DateTime objects's and ZCatalog

2000-05-26 Thread Jason Spisak
the memory doesn't fall out of cache. I'm going to make this a separate message. Thanks again, Jason Spisak CIO HireTechs.com 6151 West Century Boulevard Suite 900 Los Angeles, CA 90045 P. 310.665.3444 F. 310.665.3544 Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may no

[Zope-dev] Memory 2.1.1

2000-05-22 Thread Jason Spisak
96200 +93740 while I'm writing this its up to: DateTime.DateTime.DateTime 2460 140945 +138485 Ahhh! -- Jason Spisak [EMAIL PROTECTED] ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts

Re: [Zope-Dev] Zope 2.1.6 Memory issue

2000-05-22 Thread Jason Spisak
Shane Hathaway writes: Jason Spisak wrote: Shane Hathaway writes: Jason Spisak wrote: You must have a large site. 300,000 + objects Whoa... ;-) Tell me, what are you doing with 300K objects? Shane Technical recruiting. I am the ultimate test

Re: [Zope-Dev] Zope 2.1.6 Memory issue

2000-05-22 Thread Jason Spisak
Shane Hathaway writes: Well, I reduced the 'target size' from 20,000 object down to 1000, and the memory seems to be climbing. Jason Spisak wrote: After minimizing your in-memory cache, look at the manage_debug screen again. Are the refcounts still high? I bet

Re: [Zope-Dev] Zope 2.1.6 Memory issue

2000-05-22 Thread Jason Spisak
memory. Take a "snapshot" then refresh the page after a couple of minutes, and the table should list at the top the name of the class that's taking up more than its fair share. Shane Jason Spisak wrote: Zopists, I am spoiled. I have a large server and until now I have ne

Re: [Zope-Dev] Zope 2.1.6 Memory issue

2000-05-22 Thread Jason Spisak
R. David Murray: Since this is a very heavily used Zope install, I am getting trashed faster than you can say 'leakage'. On Mon, 22 May 2000, Jason Spisak wrote: i did it again, and now I'm down to 160 objects total. That's more liek it. But system memory is still dropping. I

Re: [Zope-dev] Zope and SMP

2000-05-18 Thread Jason Spisak
networking people fon: +49-30-308806-0 fax: -77 web: http://innominate.de pgp: /pgp/tm All my best, Jason Spisak CIO HireTechs.com 6151 West Century Boulevard Suite 900 Los Angeles, CA 90045 P. 310.665.3444 F. 310.665.3544 Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B