Re: [AOLSERVER] code patch to enable default filename extension

2006-04-17 Thread carl garland
Why can't you just do this in your config file: ns_section ns/server/${servername}/adp ns_param map * ;# Any extension can be mapped. This should not interfere with deliverty of any registered mime types and should be as fast if not faster than the C patch. From: John

Re: [AOLSERVER] Ns_SetRequestAuthorizeProc has no Tcl Command

2003-11-04 Thread carl garland
comprimise in alot of the client tools that will start to make themselves visible and if AOLserver wants to interact with these it may need it for web services. Best Regards, Carl Garland PS: Thanks to Nathan Folkman and others I will be starting at AOL for a contracting position very soon and look

Re: [AOLSERVER] Invalid command name error

2003-10-09 Thread carl garland
[09/Oct/2003:03:06:32][187.6958089][-conn917-] Error: invalid command name invalid command name while executing [ns_puts [clock format $fullpath(ctime) -format %m/%d/%Y] ] Try the same thing without the [ ] around the ns_puts command. ie: ns_puts [clock format $fullpath(ctime) -format

Re: [AOLSERVER] Lengthy tcl interp initialization

2003-08-15 Thread carl garland
, etc. Just an idea, Carl Garland _ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send

Re: [AOLSERVER] Ever-increasing memory usage?

2003-06-30 Thread carl garland
are allocating very large chunks of memory so that it doesn't find a big enough chunk available when attempting to set new variable? How many variables are you setting (avg, max) per page? Best Regards, Carl Garland _ Add photos to your messages

Re: [AOLSERVER] Tcl profiling suggestions with AOLserver?

2003-03-21 Thread carl garland
I am seeing intermittent errors from it: [10/Mar/2003:23:15:58][1332.816][-conn:intranet::2] Error: can't read timewas: no such variable can't read timewas: no such variable while executing if {$timewas != 0 } { set page [ns_conn url] set conntime [expr [clock

Re: [AOLSERVER] Tcl profiling suggestions with AOLserver?

2003-03-21 Thread carl garland
Sorry all tab autosent email ... wasnt done type... continues ... else { set pstat ... nsv_set pagecount $page 0 } nsv_incr pagecount $page nsv_set pagestat $page $pstat This doesn't remove the race condition completely but makes if much finer time slot in which to fail. Remember that the

[AOLSERVER] March Madness on AOLserver

2003-03-17 Thread carl garland
to actually enter March Madness or any other pools ... good luck :) Let me know if your interested in how I did any of the functionality. Best Regards, Carl Garland _ Protect your PC - get McAfee.com VirusScan Online http

[AOLSERVER] Announcing new utility ... aolserver based postgresql schema comparison

2002-11-07 Thread carl garland
and use utility yourself. Please help me to make this tool better for the community, Stop by, test demo, try to find any errors (none reported yet) and please send me some feedback. Best Regards, Carl Garland _ Protect your PC - get

Re: [AOLSERVER] ImageMagick

2002-01-31 Thread carl garland
What happens when AOLserver of 800M+ forks to do an exec _whatever_ ? Just curious From what I recall, Jim said that they have taken steps to not exec from the main AOLserver process. These calls are passed off (not sure how) to other processes that take care of the execs. It also speeds

Re: [AOLSERVER] [[AOLSERVER] AOLserver 3.4.2, 3.2.1, and NEW DOCS]

2001-10-24 Thread carl garland
/tcl/nsv-commands.adp Best Regards, Carl Garland _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Re: [AOLSERVER] 3.4 memory usage

2001-10-16 Thread carl garland
After running 12 hours, we're seeing 28 nsd threads using 253MB. Does that still seem reasonable for memory usage? Our baseline for this server is 81MB right after the server starts with around 12 threads. This server handled 762K requests today, total (less than that in the 12 hour period). AS

Re: [AOLSERVER] 3.4 memory usage

2001-10-15 Thread carl garland
Im curious why you dont just set minthreads = maxthreads at startup to reduce load. This server does not accumulate any data in ns_shares, so I'm trying to figure out if this 45MB memory growth is reasonable for adding 6 additional threads. It doesn't seem reasonable. Anyone have suggestions for

Re: [AOLSERVER] IE and MIME types

2001-09-17 Thread carl garland
enabletclpages true; Best regards, Carl Garland _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Re: [AOLSERVER] Me being lame

2001-08-23 Thread carl garland
Hey Scott, this is to inform you that I've been extemely lame and havent gotten in touch with the Digital City folks about incorporating the version numbers in .h files. Its been hectic week with my system that was looking to be deployed frying on me. Took couple days of trying to fix but ended

Re: [AOLSERVER] Reminder: AOLserver weekly chat today

2001-07-19 Thread carl garland
Sorry guys, did I crash AIM? All I know was that right after sending details of how to make money fast (or something like that I forget), suddenly I was kicked out and couldn't reconnect. I was wondering why you left as soon as I entered the room :) Didnt really miss anything not much talk

Re: [AOLSERVER] Anyone still use the AOLserver IM chat room?

2001-05-06 Thread carl garland
I've been showing up for the weekly chats, I think I've only missed one in last few months. Lately its been only me and IanFink. Be glad to see more people show up. Best Regards, Carl Garland _ Get your FREE download of MSN Explorer

Re: [AOLSERVER] What parts of the ns_* API do you use the most?

2001-04-28 Thread carl garland
Here are my results ... you know you can get a list of the actual runtime tcl commands ... including ns_ if you have tclstats on in your config dir. ns_browsermatch 1 ns_cp 1 ns_dateentrywidget 1 ns_findrowbyid 1 ns_http_read 1 ns_localsqldate 1 ns_logroll 1