11
I Use This!
Activity Not Available

News

Posted over 12 years ago by [email protected] (Dossy Shiobara)
Dear AOLserver Community, On October 17th, AOL has informed us that they will be discontinuing their LISTSERV service as of November 1st, 2011. For over 10 years now, the AOLserver community's email lists have been hosted through this offering. Since the AOLserver open source project is currently hosted at
Posted over 12 years ago by [email protected] (Matthew M. Burke)
Later this week, the 18th Tcl/Tk conference will be held and one of the sessions is a panel discussing the different ways to use Tcl to do web development. I have been asked to discuss AOLserver and as I finish up my notes, I thought I should check with the folks on this list to see if there's anything that you'd recommend I mention.
Posted over 12 years ago by [email protected] (Dossy Shiobara)
Everyone, It appears that AOL is going to be shutting own its LISTSERV, which includes several AOLserver mailing lists. Since there's still activity on this mailing list, I think it would be worth "moving" to a new list. SourceForge offers GNU ... [More] Mailman lists as part of its project hosting offering. Does anyone have a strong preference as to where to relocate the lists? [Less]
Posted over 12 years ago by [email protected] (Jeff Rogers)
Hey all, me again. For those of you who don't monitor the commits list I wanted to share a few changes I've recently made as well as a few I'm still thinking about. - implemented native decoding of strings in ns_returnfile. This allows filenames that are not utf-8 to be passed, similar to tcl core functions.
Posted over 12 years ago by [email protected] (Thorpe Mayes)
Hi, I am trying to install the solid database drivers and cannot do it. I am running aolserver 4.5.0. I added the nssolid_3.0 driver. I then added solid-fix.tar, which updated the Makefile file and added the nssolid.h file to the nssolid ... [More] directory. When I run "make" I get this result: make gcc -pipe -I/usr/local/solid/solidSDKe35 2/Linux_glibc2/include -DSOLVER=350 -O2 -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/usr/local/aolserver/include -I/usr/local/include -DNO_CONST -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSI ZE=1 -DHAVE_PTHREAD_ATFORK=1 -DTCL_THREADS=1 -DPEEK_XCLOSEIM=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_OPEN64=1 -DHAVE_LSEEK64=1 -DHAVE_TYPE_OFF64_T=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DP! [Less]
Posted over 12 years ago by [email protected] (Guan Yang)
What is the value of [encoding system] on a regular page or in the context where you call ns_returnfile?
Posted over 12 years ago by [email protected] (Klaus Hofeditz ]project-open[)
Hi all at ]project-open[ we currently use AOLserver 4.5.0 with OpenACS 5.6.0 on CentOS release 5.3 (Final) We suddenly encountered the problem that ns_returnfile can't find a file which filname contains special chars such as 'umlaute' (ä, ö, etc.) --- convmv tells me that the file name is utf-8 encoded.
Posted over 12 years ago by [email protected] (Thorpe Mayes)
Hi, When I run this code to show a web page (or any code that shows a web page): ns_log Notice "TEST" set data "<html> <head>
Posted over 12 years ago by [email protected] (Jin Choi)
Hello. I've tracked down and fixed a crashing bug in AOLserver on x64. I believe it is correct. AOLserver was crashing with Fatal: munmap(0xffffffffffffffff, 0) failed: Invalid argument I tracked down the only call to munmap in NsUnMap in ... [More] nsd/fastpath.c. It takes the return value of NsMap and tests it against NULL. NsMap is just returning the return value from mmap(). The man page says: [Less]
Posted over 12 years ago by [email protected] (Maurizio Martignano)
Dear Gustav, Thank you. All’s well that ends well… I’m not sure all the changes I suggested are still in the codebase… especially the ones in RED It is not up to Aolserver/nsd include system to define SOCKET as int on Windows. Thank you again, Maurizio include/ns.h – 222 ß