[AOLSERVER] About memcached

2008-01-15 Thread Majid Khan
code for AOLServer then please let me know so that I can send all those files as an attachment to this mailing list . Thanks. Best Regards, Majid Khan -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to [EMAIL PROTECTED] with the body of SIGNOFF

Re: [AOLSERVER] About memcached

2008-01-23 Thread Majid Khan
need access, I'd ask Dossy. Jade *Jade Rubick* Acting Chief Technology Officer United eWay [EMAIL PROTECTED] w: 503.285.4963 f: 707.671.1333 http://www.UNITEDeWAY.org On Jan 16, 2008, at 4:25 AM, Majid Khan wrote: Yes please. I have downloaded the latest code (1.4 ver

Re: [AOLSERVER] Oracle driver update and SF question

2010-09-03 Thread Majid Khan
Hi Dossy, Is it possible to remove the one which you just added on github because it's not the clean version which I wanted to add at the time when I ported for aolserver and also I have fixed a type casting bug in the code later on. So I wanted to import a clean and a stable version of

Re: [AOLSERVER] Oracle driver update and SF question

2010-09-03 Thread Majid Khan
documented? How can they be tested? Will they conflict with Sep's BUFSIZE patch? Majid Khan majidkha...@gmail.com wrote: Hi Dossy, Is it possible to remove the one which you just added on github because it's not the clean version which I wanted to add at the time when I ported for aolserver

Re: [AOLSERVER] Nsmemcache and utf-8 characters

2010-11-16 Thread Majid Khan
Hi Levy, For UTF-8 you need to encode first and then need to pass to the memcache module. e.g. In order to set the value in Memcache Server: set value {some chinese here :)} set encoded_value [encoding convertto utf-8 $value] ns_memcache set key $encoded_value 120 To get: set value

[AOLSERVER] maxrun setting in aol4.5.1

2011-04-15 Thread Majid Khan
Hi All, I am done with the basic understanding of the configuration of aol4.5.1 and I have set the following variable for my configuration. Since we have full openACS files with alot of customization and too much additional TCL files so I have set the connecitons per threads 1000 and after that

Re: [AOLSERVER] maxrun setting in aol4.5.1

2011-04-16 Thread Majid Khan
is controlled via the config variable keepwait, which is a value specified in secs. It is somewhat strange that you seem to bring this in relation with max_threads, ... but maybe, your naming is just misleading. -gustaf neumann On 15.04.11 23:48, Majid Khan wrote: Hi All, I am done

Re: [AOLSERVER] maxrun setting in aol4.5.1

2011-04-16 Thread Majid Khan
MaxKeepAlive (from tcl, or from one of your c-modules), it is fine. -gustaf On 16.04.11 12:05, Majid Khan wrote: Hi Gaustaf, Thanks for clarifying the maxrun param. About Tcl variables this is how I am using them: ns_section ns/encodings ns_param .adp utf-8 ns_param .byt utf-8

Re: [AOLSERVER] maxrun setting in aol4.5.1

2011-04-18 Thread Majid Khan
, Apr 16, 2011 at 3:40 PM, Majid Khan majidkha...@gmail.com wrote: Right Gaustaf, I don't find it either, it seems it was just there till 3.x one of the thread which I found generated by you. http://www.mail-archive.com/aolserver@listserv.aol.com/msg07000.html I will just remove that param

Re: [AOLSERVER] Problem with file uploads larger than maxinput

2011-06-23 Thread Majid Khan
I think if its possible in your case use the javascript and calculate the size of the upload file and return it right away if its exceeds the limit this way you dont' need to worry about sending the request to the server, waiting for a while and ended up with nothing returned. Regards, Majid.