[AOLSERVER] [PATCH] * Minor lisp.c cleanup.

2012-04-04 Thread Ayan George
--- nsd/lisp.c | 31 ++- 1 files changed, 14 insertions(+), 17 deletions(-) diff --git a/nsd/lisp.c b/nsd/lisp.c index d67db74..b019763 100644 --- a/nsd/lisp.c +++ b/nsd/lisp.c @@ -58,16 +58,16 @@ static const char *RCSID = @(#) $Header:

Re: [AOLSERVER] Question re CPU usage

2014-02-16 Thread Ayan George
On 02/16/2014 05:33 PM, Thorpe Mayes wrote: Hi. What would cause the following: Normally the CPU percent is in the low single digits. Now it gets as high as 333%. I am looking at recent changes, but I am not sure what to look for. Do you have any custom .adp pages, URL handers,

[AOLSERVER] Is there anyone out there?

2014-05-10 Thread Ayan George
aolserver-talk has been quiet for a while. Has the discussion moved somewhere else? -ayan -- Is your legacy SCM system holding you back? Join Perforce May 7 to find out: #149; 3 signs your SCM is hindering your

[AOLSERVER] Roadmap Revisited (was Re: Is there anyone out there?)

2014-05-11 Thread Ayan George
On 05/11/2014 10:50 AM, Dossy Shiobara wrote: On 5/10/14 9:38 PM, Ayan George wrote: aolserver-talk has been quiet for a while. Has the discussion moved somewhere else? Not that I'm aware of ... but, it's possible there's some NaviServer-focused list that has much more activity than

Re: [AOLSERVER] Roadmap Revisited (was Re: Is there anyone out there?)

2014-05-11 Thread Ayan George
On 05/11/2014 01:35 PM, Ayan George wrote: * Completely commit to a traditional git workflow. Accept patches on the -talk submitted using list for review. Have subsystem maintainers apply patches. Dossy then pulls from each maintainer's tree to cut a release. Eh -- this bullet point

Re: [AOLSERVER] Aolserver - Postgresql - not recognizing columns added to tables

2015-08-09 Thread Ayan George
Also, can you see the new columns by searching the information schema in both psql and aolserver? -- ___ aolserver-talk mailing list aolserver-talk@lists.sourceforge.net

Re: [AOLSERVER] Aolserver - Postgresql - not recognizing columns added to tables

2015-08-09 Thread Ayan George
On 08/09/2015 03:03 PM, Thorpe Mayes wrote: Hi, I have moved postgresql databases from one server to another. This was done by dumping the database, moving the resulting file to the new server, and then restoring the dumped file on the new server. When I directly select rows via