Re: [AOLSERVER] Fwd: AOL Listserv to be Discontinued

2011-10-26 Thread Dossy Shiobara
again, everyone, Dossy On 10/19/11 8:25 AM, Dossy Shiobara wrote: 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

[AOLSERVER] AOLserver mailing lists have now moved to SourceForge

2011-10-26 Thread Dossy Shiobara
://news.gmane.org/gmane.comp.web.aolserver As always, if there are any questions or concerns, please do not hesitate to contact me or the aolserver-talk list to discuss. Thanks, Dossy Shiobara -- Dossy Shiobara | He realized the fastest way to change do...@panoptic.com

[AOLSERVER] Fwd: AOL Listserv to be Discontinued

2011-10-19 Thread Dossy Shiobara
, Dossy Shiobara Original Message Subject:AOL Listserv to be Discontinued Date: Tue, 18 Oct 2011 00:59:58 + From: AOL Listserv Service aol.listserv.serv...@teamaol.com To: AOL Listserv Service aol.listserv.serv...@teamaol.com Dear AOL Listserv Administrator

Re: [AOLSERVER] Aolserver Progress - Some few examples....

2011-08-04 Thread Dossy Shiobara
-- Windows might complain about some signed/unsigned thing at compile time, but in both cases, (int) is 32 bits. On 8/4/11 3:24 AM, Maurizio Martignano wrote: inttrigger[2]; /* Wakeup trigger pipe. */ ßWhy is this an int when it was a SOCKET (any justification) -- Dossy

Re: [AOLSERVER] Aolserver Progress - Some few examples....

2011-08-04 Thread Dossy Shiobara
that all sockets are SOCKET sockets and not int sockets... -- Dossy Shiobara | He realized the fastest way to change do...@panoptic.com | is to laugh at your own folly -- then you http://panoptic.com/ | can let go and quickly move on. (p. 70) * WordPress * jQuery * MySQL

Re: [AOLSERVER] Progress in Aolserver

2011-08-03 Thread Dossy Shiobara
I speak only for myself ... I personally have thoughtfully cared for the Windows support in AOLserver -- once upon a time, I had built the Windows binaries that some folks were using. Through discussions I had with Jim Davidson, the new build mechanism for AOLserver 4.5.x was meant to make

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

2011-06-23 Thread Dossy Shiobara
connnecting to AOLserver? As the success of the upload is dependent on maxinput I imagine there is some sort of connection to the server. Assuming there is a connection how can I log it or intercept it? -- Dossy Shiobara | He realized the fastest way to change do...@panoptic.com

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

2011-06-23 Thread Dossy Shiobara
the content has been read and the data structures hooked up and passed over to a connection thread. In retrospect, transaction logging should be a lower-level built-in that can deal with logging these aborted transactions. -- Dossy Shiobara | He realized the fastest way to change do

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

2011-06-23 Thread Dossy Shiobara
that their file is over the size limit. Could we, in driver.c instead of closing the connection socket, return a custom template (like Apache does) ? -- Dossy Shiobara | He realized the fastest way to change do...@panoptic.com | is to laugh at your own folly -- then you http

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

2011-06-23 Thread Dossy Shiobara
In theory, it could go on SourceForge's issue tracker ... or opened as a issue on GitHub ... or ... On 6/23/11 12:13 PM, Jim Davidson wrote: Agreed. Should go on the bug/feature list. Is there a list ? :) Sent from a phone On Jun 23, 2011, at 9:58 AM, Dossy Shiobarado...@panoptic.com

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

2011-06-23 Thread Dossy Shiobara
, I agree with Dossy, to use the driver thread to check the hard limits and instead of dropping the connection, just mark the HTTP request and let the request handler to return the 413. I also think the template could be configured in the 'ns_section ns/server/${server}/redirects' , isn't

Re: [AOLSERVER] hacking around

2011-06-02 Thread Dossy Shiobara
Yes, but things have been really low volume ... ;) On 6/2/11 9:04 PM, Jeff Rogers wrote: PS: are any other developers even still reading this? -- Dossy Shiobara | He realized the fastest way to change do...@panoptic.com | is to laugh at your own folly -- then you http

Re: [AOLSERVER] Problem running on gdb

2010-11-21 Thread Dossy Shiobara
throws the same 'Cannot find thread' error. What does that mean? Has anyone encountered this before? -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly

Re: [AOLSERVER] Git on SourceForge

2010-11-19 Thread Dossy Shiobara
to maintain private repositories and commit changes to sf as needed? Or does the github model require total submission? -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your

[AOLSERVER] Supporting nginx-style resumable uploads?

2010-11-18 Thread Dossy Shiobara
Is there any (real) interest in supporting Nginx-style resumable HTTP file uploads in AOLserver? http://www.grid.net.ru/nginx/resumable_uploads.en.html http://www.ietf.org/rfc/rfc1867.txt I don't have a need for it, but perhaps someone out there does? -- Dossy Shiobara | do

[AOLSERVER] ns_info filters and ns_info procs [PATCH]

2010-11-15 Thread Dossy Shiobara
After years of saying I really wish AOLserver had [ns_info filters] and [ns_info procs] I finally went ahead and implemented them. You can see the change here: https://github.com/dossy/aolserver/commit/5ea2ab5a5e6cfef32eb55a64d91666838d820b88 It's only in my personal fork of aolserver on github

Re: [AOLSERVER] Unable to bind to port 80

2010-11-05 Thread Dossy Shiobara
didn't have a port specified at all. Just goes to show that by the time you've been at it for 12 hours, you can't be sure of anything anymore. Thanks for the response! -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com

Re: [AOLSERVER] Configuring nsopenssl - unable to get to work

2010-10-27 Thread Dossy Shiobara
Make sure you pass -b 64.58.34.55:443 when invoking nsd, to prebind the port before privileges are dropped. On 10/27/10 10:50 PM, Thorpe Mayes wrote: 27/Oct/2010:21:42:27][23535.3061283744][-nsopenssl:driver-] Error: nsopenssl: failed to listen on 64.58.34.55:443: Permission denied -- Dossy

Re: [AOLSERVER] AOLServer Terminal Escape Sequence in Logs Command Injection Vulnerability

2010-09-13 Thread Dossy Shiobara
, it is critical to examine and normalize the request uri asap and act quickly when presented with invalid chars. -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your

Re: [AOLSERVER] AOLServer Terminal Escape Sequence in Logs Command Injection Vulnerability

2010-09-10 Thread Dossy Shiobara
Fair enough. ;-) On 9/10/10 2:07 AM, Gustaf Neumann wrote: The information loss (changing ESC to the bell character 7) is very little; under normal operation, you should never have a bell character in the log file, and now, if you see one, it should ring a bell -- Dossy Shiobara

Re: [AOLSERVER] AOLServer Terminal Escape Sequence in Logs Command Injection Vulnerability

2010-09-09 Thread Dossy Shiobara
. -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove

Re: [AOLSERVER] AOLServer Terminal Escape Sequence in Logs Command Injection Vulnerability

2010-09-09 Thread Dossy Shiobara
of being fed unfiltered to your terminal program. On 9/9/10 10:47 AM, Jade Rubick wrote: Did I read this correctly: this is a remotely exploitable? -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized

Re: [AOLSERVER] Oracle driver update and SF question

2010-09-05 Thread Dossy Shiobara
Am I understanding you correctly in that your proposed patch is no longer needed? On 9/5/10 7:25 PM, Sep Ng wrote: I have tested your code updates Majid and they work splendidly! On Sep 4, 10:54 am, Dossy Shiobara do...@panoptic.com wrote: I have committed Majid's code to GitHub that he

Re: [AOLSERVER] nsmemcache driver issue with data over 2kb

2010-09-05 Thread Dossy Shiobara
OK, I didn't see this before I sent my previous message -- great! Thanks for confirming. On 9/5/10 7:00 PM, Sep Ng wrote: I have run some tests and Majid's changes fixed the bug, so I don't think my patch is relevant anymore. Cheers. -- Dossy Shiobara | do...@panoptic.com

Re: [AOLSERVER] Oracle driver update and SF question

2010-09-03 Thread Dossy Shiobara
? 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 and also I have fixed a type casting bug in the code later on. So I wanted to import

Re: [AOLSERVER] Oracle driver update and SF question

2010-09-03 Thread Dossy Shiobara
I have never commit to CVS (my bad) nor its documented. Sep I would want you to please do your test against the one which Dossy will commit. Dossy I haven't prepared any test case, I shall prepare the one and will let you know. -- Dossy Shiobara | do...@panoptic.com | http

Re: [AOLSERVER] nsmemcache driver issue with data over 2kb

2010-09-03 Thread Dossy Shiobara
After you test the latest code from Majid, determine if your patch is still relevant. If it is, I'll merge it in. On 8/31/10 7:17 PM, Sep Ng wrote: Okay, I guess I'll simply post the diff patch here for anyone who needs it. -- Dossy Shiobara | do...@panoptic.com | http

Re: [AOLSERVER] Oracle driver update and SF question

2010-09-02 Thread Dossy Shiobara
Got it. Imported: http://github.com/aolserver/nsmemcache On 9/2/10 3:11 PM, Jade Rubick wrote: If you can import the nsmemcached module, we'll commit Sep's fix for larger sized messages. -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network

Re: [AOLSERVER] Oracle driver update and SF question

2010-09-01 Thread Dossy Shiobara
FYI, I've imported the nsoracle module into github: http://github.com/aolserver/nsoracle I'll be slowly importing more and more modules as time goes on. If anyone desires a particular module imported sooner rather than later, speak up and I'll try to get to it first. -- Dossy On 8/25/10 6

Re: [AOLSERVER] Oracle driver update and SF question

2010-08-25 Thread Dossy Shiobara
to migrate the modules to GitHub? -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70

Re: [AOLSERVER] ADP error

2010-07-14 Thread Dossy Shiobara
On 7/14/10 11:46 AM, Jade Rubick wrote: Error: Tcl exception: at line 1 of adp file /web/vs/www/general/index.adp Can you share the first 10 lines of /web/vs/www/general/index.adp with us? -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer

Re: [AOLSERVER] AOLserver on GitHub

2010-04-10 Thread Dossy Shiobara
with CVS? For this initial import I used cvs2git but I'll keep it up to date using git cvsimport, as necessary. -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own

Re: [AOLSERVER] AOLserver on GitHub

2010-04-10 Thread Dossy Shiobara
is that working out for you? -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70) -- AOLserver

Re: [AOLSERVER] AOLserver on GitHub

2010-04-10 Thread Dossy Shiobara
, Jade Rubick wrote: Yes, let's officially move it to github. Awesome change! -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go

[AOLSERVER] AOLserver on GitHub

2010-04-09 Thread Dossy Shiobara
to hear what you think. AOLserver's not dead, yet. ;-) -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p

Re: [AOLSERVER] upload progress

2010-01-17 Thread Dossy Shiobara
haven't built any applications where large file upload handling has been a requirement. ;-) -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly

Re: [AOLSERVER] Is this vulnerable to sql injection?

2009-12-07 Thread Dossy Shiobara
On 12/7/09 9:52 AM, Björn Þór Jónsson wrote: But [ns_dbquotevalue $id] works fine - so I should be pretty safe with that? You will be safe in that user-supplied input contained in $id will not be able to result in a SQL injection attack. -- Dossy Shiobara | do...@panoptic.com

Re: [AOLSERVER] Is this vulnerable to sql injection?

2009-12-04 Thread Dossy Shiobara
On 12/4/09 11:00 AM, bthj wrote: set sql_query select * from sometable where entrynumber = $id Replace $id with [ns_dbquotevalue $id] instead. -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest

Re: [AOLSERVER] is it necessary

2009-10-27 Thread Dossy Shiobara
and/or Lighttpd or any other webserver that speaks FastCGI. -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p

Re: [AOLSERVER] AoL server installed ... run issue

2009-10-21 Thread Dossy Shiobara
executing it. -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70) -- AOLserver - http

Re: [AOLSERVER] AoLserver 4.5.1 install issue

2009-10-16 Thread Dossy Shiobara
. There's something strange going on ... do you have libpthreads installed? -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go

Re: [AOLSERVER] AoLserver 4.5.1 install issue

2009-10-16 Thread Dossy Shiobara
On 10/16/09 12:15 PM, nitin chandra wrote: How do i find if 'libpthreads' is installed? You said you're on Fedora FC10, right? I'm guessing something like this: $ rpm -qa | grep pthreads might work. -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer

Re: [AOLSERVER] AoLserver 4.5.1 install issue

2009-10-16 Thread Dossy Shiobara
On 10/16/09 1:40 PM, nitin chandra wrote: just did # yum install pth-devel and it installed pth-devel now what ? I imagine you should make clean and then re-configure and re-make AOLserver. -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer

Re: [AOLSERVER] Bug in gzip compression module

2009-10-12 Thread Dossy Shiobara
? -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove

Re: [AOLSERVER] AOLserver Crash

2009-07-01 Thread Dossy Shiobara
] anywhere? -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70) -- AOLserver - http://www.aolserver.com

Re: [AOLSERVER] ns_adp_parse issue

2009-06-05 Thread Dossy Shiobara
? -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70) -- AOLserver - http://www.aolserver.com

Re: [AOLSERVER] ns_adp_parse issue

2009-05-29 Thread Dossy Shiobara
are getting with the ns_adp_parse approach, but it might work better. I also notice you don't register the same filter for HEAD requests. Was this intentional? -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He

Re: [AOLSERVER] Question on two AOLserver tickets

2009-05-29 Thread Dossy Shiobara
On 5/29/09 1:27 PM, Jade Rubick wrote: Personally, even though I think many in the community don't like Dossy acting without community involvement, I'd rather see something done than nothing, as long as it isn't harming the project. I definitely understand that people dislike my approach. I

Re: [AOLSERVER] ns_sendmail is wrong for non-ascii strings

2009-05-26 Thread Dossy Shiobara
an optional proc argument or ns_param config setting. Ideally, it's probably best to work to define a reasonable ns_mail interface and implement it. ns_sendmail is an ugly wart that needs to go ... -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network

Re: [AOLSERVER] AOL Server 4.5.1 / nsmysql 0.6 / MySQL 5.1.34-log - unable to compile / install nsmysql

2009-05-24 Thread Dossy Shiobara
built. Probably a non-issue and simply needs to be fixed in the build Makefile for nsmysql. -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly

Re: [AOLSERVER] Question on two AOLserver tickets

2009-05-20 Thread Dossy Shiobara
On 5/20/09 11:11 AM, Jim Davidson wrote: Yup -- agreed. I was talking with Dossy who says the Trac stuff is generally out of date anyway, the definitive bug list is still on Sourceforge (definitive in it's the place, can't say how accurate the bug reports are). I would love to hear

Re: [AOLSERVER] ns_httptime format error in AOL 4.5.1

2009-05-10 Thread Dossy Shiobara
locale and properly configuring the AOLserver encoding (need a good HOWTO on this) will behave for you. -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own

Re: [AOLSERVER] ns_httptime format error in AOL 4.5.1

2009-05-09 Thread Dossy Shiobara
embeds Tcl and modifies env(TZ) as well but doesn't have access to the mutex that Tcl's clock is using. I was hoping that newclock addressed this, and newclock is in Tcl 8.5, right? -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http

Re: [AOLSERVER] Tuning Question

2009-05-01 Thread Dossy Shiobara
poolname] # database ops here ns_db releasehandle $db } err]} { if {[info exists db]} { ns_db releasehandle $db unset db } } Of course, you probably want to refactor this into a proc, but you get the idea. -- Dossy Shiobara

Re: [AOLSERVER] Tuning Question

2009-05-01 Thread Dossy Shiobara
to commands? Can you capture the output of join [ns_info threads] \n from the control port once AOLserver stops accepting connections? -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change

Re: [AOLSERVER] missing access log entries

2009-03-26 Thread Dossy Shiobara
. I'm inclined to agree with you that the current behavior is a bug, but it raises the question: should there be such a function that says this connection wasn't handled, don't even log it - or, should ALL connections always be logged, even if it's aborted? Thanks, Andrew. -- Dossy Shiobara

Re: [AOLSERVER] missing access log entries

2009-03-26 Thread Dossy Shiobara
because it will send all output to closed connection. Why are you using ns_adp_abort here instead of ns_adp_return? -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh

Re: [AOLSERVER] AOL + SQLite+nsproxy question

2009-03-01 Thread Dossy Shiobara
for AOLserver (we're always looking for volunteers!) ... if folks who have tested particular configurations would like to share their experiences with everyone, please feel free to post details and information on the wiki and/or send information to this mailing list! -- Dossy Shiobara

Re: [AOLSERVER] Exec error produce error Fatal: received fatal signal 11.

2009-03-01 Thread Dossy Shiobara
/dev/null It's work but is not stable. Tcl [exec] from within a multi-threaded application like AOLserver is not recommended, as it has undesirable side effects. -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He

[AOLSERVER] aolserver.com DNS corrected

2009-02-12 Thread Dossy Shiobara
Many thanks go to Patrick O'Leary who was able to get the DNS for aolserver.com fixed through AOL. -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly

[AOLSERVER] DNS for AOLserver.com

2009-02-09 Thread Dossy Shiobara
aolserver.sourceforge.net to access the site. -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70

[AOLSERVER] AOLserver 4.5.1 released on February 2, 2009

2009-02-02 Thread Dossy Shiobara
Folkman * Tom Jackson * Gustaf Neumann * Jeff Rogers * Bas Scheffers * Dossy Shiobara * Daniel P. Stasinski ... I'd like to give special thanks to Gustaf Neumann who prepared and assembled the 4.5.1 release. -- Dossy Shiobara | do...@panoptic.com | http

Re: [AOLSERVER] Customized Error Pages

2008-12-10 Thread Dossy Shiobara
? That would be fantastic ... :-) Seriously, would someone like to take on the role of preparing the NEWS and CHANGES text for releases? I guess these are elements that probably should also be tracked in CVS and maintained by everyone? -- Dossy Shiobara | [EMAIL PROTECTED] | http

Re: [AOLSERVER] Suicidal Child Process - SANE

2008-12-04 Thread Dossy Shiobara
and not the main nsd. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70) -- AOLserver - http://www.aolserver.com

Re: [AOLSERVER] Problem with in a web page

2008-11-28 Thread Dossy Shiobara
script block that has an unclosed brace, the at the end. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p

Re: [AOLSERVER] segfault in ns_driver query

2008-11-14 Thread Dossy Shiobara
? No. Amateur at best. Try and suck less! Troll. :-) I think Ryan forgot to use appropriate smilies. If I'm not mistaken, Ryan and Andrew are coworkers. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest

Re: [AOLSERVER] segfault in ns_driver query

2008-11-14 Thread Dossy Shiobara
Rusty Brooks wrote: Troll Apologist LOL HAHA, thanks :-) -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move

Re: [AOLSERVER] segfault in ns_driver query

2008-11-07 Thread Dossy Shiobara
Andrew Steets wrote: Here is a patch that just puts an empty list where the connection info would be in the case that the conn is null. Does it look ok? Smart. Patch looks good to me. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http

Re: [AOLSERVER] AOLserver Crash!

2008-11-02 Thread Dossy Shiobara
Rami Jadaa wrote: So any idea what could be there in nsmysql that would crash AOLserver? Are you using the latest nsmysql (CVS HEAD)? Can you get a core dump from the crash and a gdb backtrace? -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network

Re: [AOLSERVER] Help to install AOL server

2008-10-21 Thread Dossy Shiobara
.html Also, are you using SuSE or OpenSuSE? Isn't there already an RPM of AOLserver for SuSE? -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly

[AOLSERVER] AOLserver project hosting needs

2008-09-30 Thread Dossy Shiobara
the way it is? -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70) -- AOLserver - http

Re: [AOLSERVER] AOLserver Tutorial at Tcl'2008

2008-09-25 Thread Dossy Shiobara
. Everyone's favorite configuration-related question is what can be tuned and what do I set/change to tune it? This is definitely a subject that deserves some attention, too. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He

Re: [AOLSERVER] aolserver.com website unavailable

2008-09-23 Thread Dossy Shiobara
in the necessary request to get the DNS updated at AOL (who still manages the DNS for the domains). No idea how long it'll take for them to act on the request. You can access the site at http://aolserver.sourceforge.net/ for now, though. -- Dossy Shiobara | [EMAIL PROTECTED] | http

[AOLSERVER] aolserver.com website unavailable

2008-09-19 Thread Dossy Shiobara
continue to get worse at SourceForge, how do folks feel about moving the project hosting elsewhere? Personally, I really like Launchpad. What is everyone's thought on it, vs. other suggestions? -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http

Re: [AOLSERVER] aolserver.com website unavailable

2008-09-19 Thread Dossy Shiobara
seriously have this conversation and make a decision ... I think keeping things at SourceForge is coming to an end. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh

Re: [AOLSERVER] Data corruption with fastpath caching

2008-08-21 Thread Dossy Shiobara
ReplyTo: AOLserver Discussion Sent: Aug 21, 2008 12:25 PM Subject: Re: [AOLSERVER] Data corruption with fastpath caching On Aug 21, 2008, at 8:14 AM, Dossy Shiobara wrote: I've remained silent on this issue because I didn't want to be accused of stifling the community, etc. ... End

[AOLSERVER] Fun, free applications for building personal sites.

2008-05-03 Thread Dossy Shiobara
? -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove

Re: [AOLSERVER] Tcl rounding question

2008-05-03 Thread Dossy Shiobara
something obvious here? Classic floating-point precision and rounding issue. See: http://en.wikipedia.org/wiki/Floating_point#Representable_numbers.2C_conversion_and_rounding Read the third paragraph in that section. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org

Re: [AOLSERVER] Tcl rounding question

2008-05-03 Thread Dossy Shiobara
in compute-heavy applications where the machine's CPU handles integer math faster than floating-point math. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own

Re: [AOLSERVER] Getting a handle on memory usage

2008-05-01 Thread Dossy Shiobara
if this is a worthwhile idea, but it was fun to think about for a moment, anyway. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go

Re: [AOLSERVER] Getting a handle on memory usage

2008-04-30 Thread Dossy Shiobara
structures used to manage state ... All these little things should (in theory) be inconsequential compared to the larger picture of the application's memory usage, but there's a good chance there are a few lost pointer leaks, etc. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org

Re: [AOLSERVER] Getting a handle on memory usage

2008-04-30 Thread Dossy Shiobara
to measure and isolate any memory growths. Sadly, I'm not that person. :-( I don't care _that_ much. This would be a great opportunity for someone who would like to help out ... -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http

Re: [AOLSERVER] defaultcharset, outputcharset and static files

2008-04-29 Thread Dossy Shiobara
. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70) -- AOLserver - http://www.aolserver.com

Re: [AOLSERVER] defaultcharset, outputcharset and static files

2008-04-29 Thread Dossy Shiobara
use NSD_TEXTHTML as the type, which currently is text/html; charset=iso-8859-1. These defaults can all be overridden by explicit config settings in the ns/mimetypes section. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com

Re: [AOLSERVER] Fix for ns_tmpnam under Windows

2008-04-24 Thread Dossy Shiobara
crosscheck. Looks good, Gustaf. Thanks for the fix! -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p

Re: [AOLSERVER] ns_ora in Aolserver 4.5 for Win32

2008-04-23 Thread Dossy Shiobara
Microsoft: http://www.microsoft.com/whdc/devtools/debugging/default.mspx If you're not familiar with gdb and/or WinDbg and need instructions on how to elicit a backtrace, let me know and I'll try to write up some docs. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org

Re: [AOLSERVER] cookie problem

2008-04-23 Thread Dossy Shiobara
following Set-Cookie: with a redirect, so that the browser makes a new request that would include the Cookie: header. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your

[AOLSERVER] AOLserver IRC chat on irc.freenode.net

2008-04-23 Thread Dossy Shiobara
Hi, I just want to remind folks that we have an IRC channel set up on irc.freenode.net for us to hang out and chat in. The channel name is, no surprise, #aolserver. Come stop by, idle and chat with whoever happens to be around! -- Dossy Shiobara | [EMAIL PROTECTED] | http

Re: [AOLSERVER] ns_returnredirect

2008-04-22 Thread Dossy Shiobara
want to look at ns_adp_include. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70) -- AOLserver

Re: [AOLSERVER] ns_ora in Aolserver 4.5 for Win32

2008-04-22 Thread Dossy Shiobara
/sf/cvs/nsoracle/ChangeLog?view=markup I guess it's time to just tag nsoracle 2.9, maybe. Can you try building the CVS HEAD version of nsoracle and see if that resolves your crash bug? -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http

Re: [AOLSERVER] English as secondary language

2008-04-21 Thread Dossy Shiobara
other a bit more courtesy and understanding. Rather than assume that someone is trying to be offensive, assume they are innocent and move past the words and try to understand their meaning. And, respond to that. Now, back to business ... lets talk about code! -- Dossy Shiobara

Re: [AOLSERVER] tcl variables

2008-04-20 Thread Dossy Shiobara
read up on Tcl variable scoping: Tcl variable scope - how does Tcl control when a variable is seen? http://wiki.tcl.tk/11921 -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change

[AOLSERVER] Changes to nsfreetds

2008-04-19 Thread Dossy Shiobara
. I've documented them here: http://aolserver.com/sf/cvs/*checkout*/nsfreetds/nsfreetds.html I'd like to get this tagged as nsfreetds-0.5, so please direct any questions or feedback to me. Thanks! -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network

Re: [AOLSERVER] ns_db and bind variable support

2008-04-17 Thread Dossy Shiobara
and/or connection to the database, until idletimeout has elapsed at which point it closes the connection. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly

Re: [AOLSERVER] ns_db and bind variable support

2008-04-17 Thread Dossy Shiobara
.) if you don't want and/or need prepared statements for a query. Of course, given the elimination of SQL injection protection, it would be better to use prepared statements regardless, but, if folks are concerned with having a choice, they will still have a choice. -- Dossy Shiobara

Re: [AOLSERVER] [ns_db and multibyte support]

2008-04-17 Thread Dossy Shiobara
can get binary data back from SQL Server or not. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70

Re: [AOLSERVER] [ns_db and multibyte support]

2008-04-17 Thread Dossy Shiobara
On 2008.04.17, Dossy Shiobara [EMAIL PROTECTED] wrote: 1.1.2 Pasting some Chinese characters via SQL Server Management Studio Express I used this, which I hope is equivalent to your Java program: INSERT INTO multibytetest (value) SELECT CHAR(230) + CHAR(144) + CHAR(156

Re: [AOLSERVER] ns_share (was Active participation)

2008-04-16 Thread Dossy Shiobara
On 2008.04.16, Jay Rohr [EMAIL PROTECTED] wrote: I am using the tsv (from the thread package) functions within aolserver and, at least for my uses, it is faster than the nsv equivalents. [...] Can we please see the benchmarks (code and results) you used to demonstrate this? -- Dossy

Re: [AOLSERVER] ns_db and bind variable support

2008-04-16 Thread Dossy Shiobara
. Does this help explain things? -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70) -- AOLserver

Re: [AOLSERVER] ns_db and bind variable support

2008-04-16 Thread Dossy Shiobara
.) There was something about the query that was just expensive to parse. Rather than spend time trying to work through Oracle's parser, we just punted and pushed it into a stored procedure. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http

  1   2   3   4   5   6   7   8   9   10   >