Re: Apache::Session - What goes in session?

2002-08-20 Thread Ian Struble
Not in the MS house that I am living in right now :^( On Tue, 20 Aug 2002, Perrin Harkins wrote: Ian Struble wrote: And just to throw one more wrench into the works. You could load up only the most popular data at startup and let the rest of the data get loaded on a cache miss

Re: [OT] eToys Jingle (was: Where was that success story?)

2002-03-09 Thread Ian Struble
And further still into OT land, Israel is a pretty popular Hawaiian artist. Too bad he does not get play on the mainland. Ian On Wed, 6 Mar 2002, Tom Servo wrote: What I really want to know is: what ever happened to that eToys jingle that was on the commercials? It was almost as good as

Re: Win32 Proxy question

2000-11-13 Thread Ian Struble
You can still get alot out of a proxy if you have a win32 box doing heavyweight mod_perl stuff. The only thing is that you need to have it on a different machine because mod_proxy doesn't hack it on a win32 machine. I'm sure that you could do it with something other that apache+mod_proxy if

Re: Win32 Proxy question

2000-11-13 Thread Ian Struble
2k Advanced Server using mod perl and mod proxy we get ok results in 'laboratory settings'. How that will translate in the real world is anyones guess, most likely poorly. Thanks John- On Mon, 13 Nov 2000, Ian Struble wrote: You can still get alot out of a proxy if you have a win32 box

Re: [OT] New element for CGI.pm (or StickyForms, etc.) (revised)

2000-07-18 Thread Ian Struble
I think that both the date_field and the time_field idea are good ones but how are you going to localize them? The different formats for date and time might be a bit of a hassle. But you might be able to have date_field return an array of 3 fields as is done with the check box constructor.

Re: Apache children hanging

2000-06-02 Thread Ian Struble
Now if only I had known this two years ago... Awsome tidbit though. Thanks! you can find out which line of Perl code is triggering a spin, by attaching to the process with gdb; % gdb httpd $pid_of_spinning_process % source modperl_x.xx/.gdbinit % curinfo should show you the

Re: Apache children hanging

2000-06-02 Thread Ian Struble
Someone just pointed out that this should probably go into the guide or FAQ somewhere. Just a thought... On Thu, 1 Jun 2000, Doug MacEachern wrote: % gdb httpd $pid_of_spinning_process % source modperl_x.xx/.gdbinit % curinfo oops, that should be: % gdb httpd

Re: Microsoft SQL 7.0 interface

2000-05-30 Thread Ian Struble
When you compile FreeTDS you will be better off using tds version 4.2 unless you specifically need something in 7.0. Here is the configure option you need for this: --with-tdsver=VERSION Ian On Mon, 29 May 2000, Kee Hinckley wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: [slightly OT] Problem with cookies

2000-04-06 Thread Ian Struble
On Thu, 6 Apr 2000, Perrin Harkins wrote: On Thu, 6 Apr 2000, Drew Taylor wrote: I have a site which uses cookies for user tracking. If you go to http://cloudstock.com/, the server is sending the cookie but the browser is not accepting it ("warn before accepting cookie" is on). If I go to

OT: mod_proxy socket error

2000-01-26 Thread Ian Struble
Hi all, I have been getting the following error when I try to do some stress testing on a machine: [error] [client 10.1.1.1] (55)No buffer space available: proxy: error creating socket Basically the box is just the front end proxy to a backend process that is running on another machine. It

Re: W32 + Apache::DBI ?

1999-10-28 Thread Ian Struble
Now all I have to do is rebuild perl with USE_THREADS. I had someone else play with getting mod_perl setup under NT and i don't think that they did it quite right. It seems like I only have one interpreter thread that is being shared by all the different apache child threads. Does this

RE: W32 + Apache::DBI ?

1999-10-27 Thread Ian Struble
On Tue, 26 Oct 1999, Gerald Richter wrote: I have been digging around in the FAQ and archives for information about people running mod_perl on a windows box and also using Apache::DBI, but have come up with nothing. I am under the impression that it is not going to work becase

Re: W32 + Apache::DBI ?

1999-10-27 Thread Ian Struble
On Tue, 26 Oct 1999, Tim Bunce wrote: Can't locate object method "trace_msg" via package "DBI" at C:\Perl\site\5.00503\lib/DBI.pm line 311. END failed--cleanup aborted. That's a known bug that was fixed in DBI 1.10 (I believe). Just FYI, I had the problem in DBI 1.13. It was

W32 + Apache::DBI ?

1999-10-25 Thread Ian Struble
Hi mod_perlers, I have been digging around in the FAQ and archives for information about people running mod_perl on a windows box and also using Apache::DBI, but have come up with nothing. I am under the impression that it is not going to work becase whenever I try to load up the Apache::DBI