Hello: I haven't heard any reactions so far to the new ZServer alpha release which includes FTP. I suppose that this is because it's so good that there are no bugs to report ;-) Seriously, I would love to hear from those who have taken the time to try it out. Did it work for you? Do you like the new FTP capabilities? Let us know. I'm very excited by the new server architecture, and want to know from you all what you think of it. Thanks! -Amos P.S. FYI, the next release of ZServer probably won't be out for a little bit, so now's a great time to make feature requests and submit bugs. The main new features of the next release will probably be major bug fixage, PCGI support, and possibly architecture and interface reorganizations.
On Mon, 25 Jan 1999, Amos Latteier wrote:
Hello:
I haven't heard any reactions so far to the new ZServer alpha release which includes FTP. I suppose that this is because it's so good that there are no bugs to report ;-)
I've only played around with it for a little bit and it locks xemacs up when ever I try to save the file in efs-mode. When I have more time I plan to study it further so that I can give a more detailed bug report. Other than that it's very cool. --------------------------------------------------- - Scott Robertson Phone: 714.972.2299 - - CodeIt Computing Fax: 714.972.2399 - - http://codeit.com - ---------------------------------------------------
At 10:58 AM -0800 1/25/99, Amos Latteier wrote:
Hello:
I haven't heard any reactions so far to the new ZServer alpha release which includes FTP. I suppose that this is because it's so good that there are no bugs to report ;-)
Seriously, I would love to hear from those who have taken the time to try it out. Did it work for you? Do you like the new FTP capabilities? Let us know.
I'm very excited by the new server architecture, and want to know from you all what you think of it.
Thanks!
-Amos
I tried it!, sorry I waited three days, </sheepish look> I know I was loudly asking for it to be done. </sheepish look> I installed everyhting, modified my start.py file, then created a startMedusa file using the old start file. I did this mainly so I could use the Zope compiled python or my own installed python. I get the following traceback Traceback innermost last File "start.py". line 23 in ? import zope_handler File "zope_handler.py", line 17, in ? import thread Import error: no Module named thread This occurs with my Slackware python or Zope's python. Neither will load the thread module. I didn't file a bug report because this isn't really a ZServer problem, but shouldn't the standard Zope distribution include the thread module? I'm thinking I need to change my Python here. Dave. "On the Plains of Hesitation bleach the bones of countless millions who, at the Dawn of Victory, sat down to wait, and waiting -- died"
I had this same problem. The thread module is an optional python module, so I had to recompile python, making sure to add thread support in (./configure --with-threads). After that it worked fine. I haven't had too much of a chance to play around with it, though I was able to get and put files using NcFTP just fine. On Mon, 25 Jan 1999, Dave G wrote:
I tried it!, sorry I waited three days, </sheepish look> I know I was loudly asking for it to be done. </sheepish look>
I installed everyhting, modified my start.py file, then created a startMedusa file using the old start file. I did this mainly so I could use the Zope compiled python or my own installed python.
I get the following traceback
Traceback innermost last File "start.py". line 23 in ? import zope_handler File "zope_handler.py", line 17, in ? import thread Import error: no Module named thread
This occurs with my Slackware python or Zope's python. Neither will load the thread module. I didn't file a bug report because this isn't really a ZServer problem, but shouldn't the standard Zope distribution include the thread module? I'm thinking I need to change my Python here.
Dave.
"On the Plains of Hesitation bleach the bones of countless millions who, at the Dawn of Victory, sat down to wait, and waiting -- died"
My newbieness shows through. In a late night attack on Zope I had used the wrong path to python when modifiing my Zope start script. I had been using my Slackwware python all this time. I made the appropriate changes to the ZServer start and now Zope is using the included Python, and Python is loading the thread module. All is well in Zope land. ZServer is working fine here, I have no pickle problems, no thread problems, my old DB is working and online, all my products work as well. Here are some thoughts: I can (this is so cool...) open and save pages, browse the db, add and delete pages from within BBedit. Very Cooool......... Thanks and kudos to the DC wizzards. I'm sure the Alpha editor will work as well but I haven't tried it. Using ZServer I must now add the /Main/ path to my urls both as a user and to manage. I haven't finished looking over the Medusa code yet to see why, still printing script. (I still prefer to use paper and highliters....) even if the /Main/ path is S.O.P. for the time being it's good to learn the code, "read the source Luke..." I played alot with it tonight, ZServer seems faster then ZopeHTTPServer, it's stable, it works, I'm loving it. Now, how does this newbie make it not run inside an xterm window? Start and stop scripts I can call from a remote telnet would the rats a**. I'm guessing I need to send the output to a log file correct? Very good job guys, thanks a million. DAve.
I had this same problem. The thread module is an optional python module, so I had to recompile python, making sure to add thread support in (./configure --with-threads). After that it worked fine.
I haven't had too much of a chance to play around with it, though I was able to get and put files using NcFTP just fine.
On Mon, 25 Jan 1999, Dave G wrote:
I tried it!, sorry I waited three days, </sheepish look> I know I was loudly asking for it to be done. </sheepish look>
I installed everyhting, modified my start.py file, then created a startMedusa file using the old start file. I did this mainly so I could use the Zope compiled python or my own installed python.
I get the following traceback
Traceback innermost last File "start.py". line 23 in ? import zope_handler File "zope_handler.py", line 17, in ? import thread Import error: no Module named thread
This occurs with my Slackware python or Zope's python. Neither will load the thread module. I didn't file a bug report because this isn't really a ZServer problem, but shouldn't the standard Zope distribution include the thread module? I'm thinking I need to change my Python here.
Dave.
"On the Plains of Hesitation bleach the bones of countless millions who, at the Dawn of Victory, sat down to wait, and waiting -- died"
"On the Plains of Hesitation bleach the bones of countless millions who, at the Dawn of Victory, sat down to wait, and waiting -- died"
Dave G wrote:
I played alot with it tonight, ZServer seems faster then ZopeHTTPServer, it's stable, it works, I'm loving it. Now, how does this newbie make it not run inside an xterm window? Start and stop scripts I can call from a remote telnet would the rats a**. I'm guessing I need to send the output to a log file correct?
I whipped up a little script that: start > outlog 2> errlog & Michel
Very good job guys, thanks a million.
DAve.
"On the Plains of Hesitation bleach the bones of countless millions who, at the Dawn of Victory, sat down to wait, and waiting -- died"
participants (5)
-
Amos Latteier -
Dave G -
Michel Pelletier -
ngarcia -
Scott Robertson