While compiling libwww, the only test that failed was base/common-req: base/afm............skipping test on this platform base/common-req.....Use of...
2281
Ledbetter, Bruce
BLEDBETT@...
Sep 2, 1997 11:30 pm
I need an application to test the performance of a web server. We are particularly interested in hitting the server with many simultaneous request. When the...
2282
Bowen Dwelle
bowen@...
Sep 3, 1997 2:23 am
I have some simple code that we use for this. It forks X child processes that each hit a specified URL; you can use it to time throughput and latency, at least...
2283
JohnBeaman
JRB@...
Sep 2, 1997 7:00 am
Interesting that you bring this all up. ... Real-time activity, like calculations, and displays dependant on operator input. How about Field validation? ie....
2284
Luuk de Boer
luuk_de_boer@...
Sep 3, 1997 4:05 pm
... Take a look at the following site where you will find the parallel request stuff for libwww: http://www.cs.washington.edu/homes/marclang/ParallelUA/ ...
2285
Jonathan Peterson
jon@...
Sep 3, 1997 4:33 pm
... You might also want to look at server side includes. (Just do a search for "server side includes"). If you need something more advanced (and server side...
2286
Gisle Aas
aas@...
Sep 3, 1997 7:31 pm
... I think you were just unlucky with the boundary sting chosen for the multipart content (it is base64 encoded so it migth sometimes contain a '+'). Does...
2287
Robert Flannigan
flannigan.robert@...
Sep 3, 1997 2:37 pm
<SNIP> ... yes a robust INCLUDE would be nice. in the meantime, the only workaround I've found is using a SSI #include directive, and 'compiling' the HTML ...
2288
Dale Couch
dcouch@...
Sep 2, 1997 3:01 pm
libwww-perl-request@......
2289
Goikhman Mikhael
c0904987@...
Sep 4, 1997 10:50 am
On Wed, 3 Sep 1997, Andrew Cassin wrote: o|> I have found that a good Perl program, generating a page with a o|> JavaScript routine, which, in-turn, does a...
2290
JohnBeaman
JRB@...
Sep 3, 1997 2:28 pm
... Thanks, I'll certainly look into it. URGENT! I just acquired a new server that is running NT, and found he doesn't have perl! <eeek!> Where can I get the...
2291
Thomas Goetze
tegoetz@...
Sep 4, 1997 10:33 pm
When trying to install on Sun Ultra with Solaris 2.5.1 with Perl5.004_01 I got the following during make test: ../../perl -e 'use Config; chdir...
2292
Bill Simpson-Young
bill.simpson-young@...
Sep 5, 1997 11:56 pm
Hi. I've got a problem that has surfaced with the changes to HTML::Entities.pm for 5.11 (it doesn't happen with 5.08). It's happening in the process of...
2293
Gisle Aas
aas@...
Sep 5, 1997 6:38 pm
A new relase is on its way to CPAN. It is also available from http://www.sn.no/libwww-perl/ The Changes since 5.11 are: o decode_entities() would sometimes...
2294
Gisle Aas
aas@...
Sep 5, 1997 6:36 pm
... Thanks for the report. This was bad. I will make 5.12 available soon. ... Yes, it is unwanted! Regards, Gisle...
2295
Bowen Dwelle
bowen@...
Sep 8, 1997 8:47 pm
Does anyone have a perl style guide, ala http://dev.apache.org/styleguide (for C), that they'd be willing to share? I'd be willing to do some work cleaning it...
2296
Csaba Tanczos
csaba@...
Sep 9, 1997 10:00 pm
Hi, I didn't find relevant info to this problem in the archive so I address it to anybody that might be able to help: I get the following error at a particular...
2297
Wei Tang
wtang@...
Sep 10, 1997 10:30 pm
Hi, there: I am new to libwww. I am using libwww-perl-0.40 for Perl4 now. In the bundle, a "get" example is provided. I am just wondering how to use "post"...
2298
Benjamin Hill
torched@...
Sep 10, 1997 10:39 pm
I don't know if this has been asked before or not. I'd like to be able to check if a URL exists, without downloading it. I'm making a script that automatically...
2299
John Steele
jsteele@...
Sep 11, 1997 5:57 am
Although I have written a fairly extensive suite of perl programs for the web, I consider myself to be a neophyte, and am a newcomer to the list. So, the next...
2300
Clinton Wong
clintdw@...
Sep 11, 1997 4:44 am
... Try this: #!/usr/bin/perl use LWP::UserAgent; use HTTP::Request; use HTTP::Response; my $ua = new LWP::UserAgent; my $request = new HTTP::Request('HEAD',...
2301
Marcin Osiecki
marcin@...
Sep 11, 1997 5:47 pm
I just started using libwww-1.05( I'm using it under perl 5.004 on Linux). When I run following test script: #! /usr/bin/perl -w require LWP; $ua = new...
2302
John Steele
jsteele@...
Sep 11, 1997 7:12 pm
Well, I have at least a partial answer to my own question. The "libwww-perl" apparently does NOT work under PERLIS. It finally dawned to me that from the...
2303
Gisle Aas
aas@...
Sep 12, 1997 3:31 am
... This version number does not make sense to me. Anyway, you need to install the library with "make install". It will create all the *.al files you need. ...
2304
Tom Valley; (Consulta...
valley@...
Sep 12, 1997 3:21 pm
I'm doing a request method HEAD and I receive this error: Unknown challenge 'NTLM' at /usr/local/lib/perl5/site_perl/LWP/UserAgent.pm line 412. It only happens...
2305
Fisher Mark
FisherM@...
Sep 12, 1997 7:39 pm
Not sure, but it sounds like that site is running a Windows NT server which is trying to use "NT/LAN Manager Challenge/Response" authentication. Given what...
2306
Cliff Wheatley
Parallax@...
Sep 12, 1997 11:01 pm
At 08:21 AM 9/12/97 -0400, "Tom Valley; (Consultant - Murphy 97)" ... NT Lan Manager. Sounds like a document on an NT site secured by account name and...
2307
Jose Ignacio
jigonzalez@...
Sep 13, 1997 9:22 pm
Hello, my question is if exists a version of libwww for NT y where i can get it. This is my first question to the list. I'm from Spain (Pays Basque) Thanks ...
2308
Gisle Aas
gisle@...
Sep 14, 1997 5:50 am
I am trying to hack cookie support into LWP and would like to make it able to share cookie files with Netscape. The format of the file is almost easy to...