I've been monitoring the disk usage in my StateDir for some time now and I've found rather interesting stuff about it. First the basics: it's an nfs shared...
Thanos Chatziathanass...
tchatzi@...
Feb 2, 2004 7:05 pm
1576
... I can't imagine that these performance metrics are measuring what you think they are. There is no way that there is a 97/1 write/read ratio. I would...
Josh Chamas
josh@...
Feb 2, 2004 10:29 pm
1577
About 10 hours ago, my website started getting really slow. My MRTG graph shows the server's bandwidth usage dropping to 1/4 of its previous amount: ...
Philip Mak
pmak@...
Feb 3, 2004 6:51 am
1578
... I have never seen this before. My advice would be to write a program to monitor your system load & send you an alert when its over a certain value. I...
Josh Chamas
josh@...
Feb 3, 2004 6:59 am
1579
Gah, I just got the daily LogWatch e-mail for that server, and it's apparent why. I wonder if the disk is bad. I just had it replaced last month! ... WARNING:...
Philip Mak
pmak@...
Feb 3, 2004 9:06 am
1580
Hi all, Can anyone tell me how to get the mmm-asp-perl.el file to work for syntax highlighting etc under Emacs. Thanks in advance. Regards, Chris. ... To...
Chris Marschall
chris@...
Feb 3, 2004 11:04 am
1581
... It should be as easy as copying the text into your .emacs file, but this assumes that you already have mmm mode installed for emacs. For this see: ...
Josh Chamas
josh@...
Feb 3, 2004 3:45 pm
1582
Hello all, I seem to remember reading in this group, that you shouldn't stuff too much data in $Session. Why is this the case? Is is simply performance, and...
Chris Marschall
chris@...
Feb 4, 2004 8:11 pm
1583
Hi Chris, the reason for the data size limit is, that the SDBM hash size limit is 1024 bytes for the key + the value. You can store more data if you use...
Helmut Zeilinger
mail@...
Feb 4, 2004 8:54 pm
1584
... Helmut is correct. I would like to add that since mod_perl & Apache are multi-process, they don't share memory, so all this session state is stored to...
Josh Chamas
josh@...
Feb 4, 2004 9:02 pm
1585
Gentlemen, Thanks for the prompt feedback. Of course, the lack of shared memory (multi-threading) explains why it would have to commit all state information...
Chris Marschall
chris@...
Feb 5, 2004 3:28 am
1586
It works! It really WORKS! A big THANK YOU to all who helped me through this. Some 20+ ASP's are now registering folks for orienteering events, keeping track...
Steve Brown
steve@...
Feb 7, 2004 4:39 pm
1587
No. I'm actually trying to do SSI in an html file. Steve Brown ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands, e-mail:...
Steve Brown
steve@...
Feb 8, 2004 3:25 pm
1588
Hi Steve, did you do AddType text/html .asp ? (and set the executable bit of the asp-file) That's because the XBitHack on directive only works on files of...
Helmut Zeilinger
mail@...
Feb 8, 2004 8:23 pm
1589
Hi, I sent a message a few days ago and cant recall if i recieved it through the list. mvh, ... ! Robert Friberg 0733-839080 ! Developer/Trainer...
Robert Friberg
robert.friberg@...
Feb 12, 2004 6:57 pm
1590
Good afternoon, I'm hoping someone can help me with what has to be a simple problem. This is almost definitely a case of USER ERROR on my part, but it is...
Youngblood, Gregory (...
gyoungblood@...
Feb 12, 2004 10:42 pm
1591
Straight from http://www.apache-asp.org/objects.html#%24Request-%3EFo76659178: $Request->Form($name) Returns the value of the input of name $name used in a...
Tim Pushor
timp@...
Feb 12, 2004 10:47 pm
1592
I didn't mean 'valid' - of course its valid as far as apache-asp goes, but its an API Extention .. ... To unsubscribe, e-mail: asp-unsubscribe@... ...
Tim Pushor
timp@...
Feb 12, 2004 10:48 pm
1593
Thanks - I KNEW it was user error on my part. And something simple. :) I must have read that page several times and skipped over QueryString (and Params) every...
Youngblood, Gregory (...
gyoungblood@...
Feb 12, 2004 10:53 pm
1594
asp@... I am working on learning Apache::ASP and came across some issues with the "MyBookmarks" example as shown on ...
dpchrist@...
dpchrist@...
Feb 13, 2004 5:59 am
1595
... That's right! The My Bookmarks application probably predates that API change. Thanks for pointing this out, I'll updated this in a future release of...
Josh Chamas
josh@...
Feb 14, 2004 2:09 am
1596
I'm resending this. Was the list down a few days? The archives at yahoo show no messages at all from Feb 9 to Feb 11. Or do messages without subjects get...
Robert Friberg
robert.friberg@...
Feb 14, 2004 12:44 pm
1597
... I have been using the perl 5.6.x series now for production work for quite some time and have no complaints. The 5.8.x series seems to have some UTF8 false...
Josh Chamas
josh@...
Feb 14, 2004 9:13 pm
1598
Is there anyway that I can get the string that will be sent as the Set-Cookie header? Thanks, Stuart Johnston ... To unsubscribe, e-mail:...
Stuart Johnston
sjohnston@...
Feb 16, 2004 9:36 pm
1599
... It may be possible to see the value set via Apache::ASP::Response->AddCookieHeaders *after* it has done so by checking the Apache request object field for:...
Josh Chamas
josh@...
Feb 17, 2004 1:21 am
1600
Hi I've noticed strange behavior of Apache::ASP 2.57 - I mean session counting. In my Application I have code like this: //global.asa frag: sub Session_OnStart...
Bruno Czekay
bruno@...
Feb 18, 2004 11:42 pm
1601
Is it legal for cookies to contain the '+' character? It looks like $Request->Cookie will strip '+' characters out of cookies and replace them with spaces....
Philip Mak
pmak@...
Feb 20, 2004 1:18 pm
1602
... Spaces are often escaped to + in URL & form encoding of data. So on the way in, + is converted back to space. The same conversion process is applied to...
Josh Chamas
josh@...
Feb 20, 2004 11:19 pm
1603
Hi I've noticed something strange. I've created a site for some warehouse - they want to show their products and all related documentation. So there is a form ...
Bruno Czekay
bruno@...
Feb 21, 2004 8:15 pm
1604
Hi, I am currently writing some sort of proxy application, to proxy requests to outlook web access for added security. Now I have a problem with 207 status...