Re: Naming conventions for "lua" style configuration files

2017-02-27 Thread Theo Schlossnagle
+1 on .luaconf On Mon, Feb 27, 2017 at 10:13 AM, Alan Carroll < solidwallofc...@yahoo-inc.com.invalid> wrote: > .luaconf > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: Deprecation of SSL v2/3

2016-04-10 Thread Theo Schlossnagle
+1 > On Apr 10, 2016, at 8:42 AM, Phil Sorber wrote: > > I'd like to propose that we deprecate SSLv2 and SSLv3 in ATS 6.2.0 and > remove it in 7.0.0. > > Currently our defaults do not enable them and have been that way for about > a year now. For 6.2.0 I'd like to mark them deprecated in the >

Re: ATS Release Branch 4.2.x EOL

2016-03-29 Thread Theo Schlossnagle
+1 > On Mar 29, 2016, at 12:31 PM, Phil Sorber wrote: > > Hopefully this doesn't come as a shock to anyone, but we need to EOL the > 4.2.x release branch. 4.2.0 was released on March 19th 2014 according to > the STATUS file. Originally we discussed 1 year timespan, but then extended > it to 1.5

Re: [IMPORTANT] New clang-format binaries / package

2015-05-10 Thread Theo Schlossnagle
Just install it as a dependency. Or make the binaries available at a url to make that easier. On May 10, 2015 7:01 PM, "Leif Hedstrom" wrote: > It would be crazy huge, it takes hours to build. I'm even more -1 on > incorporating all of clang and llvm (which you need). > > -- Leif > > > > > On May

Re: [IMPORTANT] New clang-format binaries / package

2015-05-10 Thread Theo Schlossnagle
I'm also -1 on compiled binaries in the repo. On May 10, 2015 4:35 PM, "Phil Sorber" wrote: > On Sun, May 10, 2015 at 2:24 PM James Peach wrote: > > > > > > On Mar 31, 2015, at 11:33 AM, Leif Hedstrom wrote: > > > > > > Hi all, > > > > > > I’ve updated the tar-ball with the clang-format tools:

Re: [FEATURE REMOVAL v6.0.0] Log collation

2015-04-28 Thread Theo Schlossnagle
Yes. -1 from me. On Apr 28, 2015 12:54 AM, "Leif Hedstrom" wrote: > > > On Apr 27, 2015, at 10:40 AM, Theo Schlossnagle > wrote: > > > > I'm pretty sure we use log collation here. Also, we tend to not have any > > issues with it. > > >

Re: [FEATURE REMOVAL v6.0.0] Log collation

2015-04-27 Thread Theo Schlossnagle
this feature? > > 2) You will support this feature, and work on the code? > > > > I could probably be convinced to give this feature another year > “probation”, but only under the conditions that you answered “yes” to both > questions above. If so, I’ll file a Jira on the biggest issue, that > orphaned logs are abandoned with no way to get inserted again. > > > Anyone else have any thoughts on this? > > > — Leif > > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: New Hash Table implementation

2014-07-20 Thread Theo Schlossnagle
Any reason to not simply use ck_hs and ck_ht from concurrency kit? That was one of the points of looking at that library. On Jul 19, 2014 11:33 PM, "Alan M. Carroll" wrote: > As part of my work on TS-2863 (FQDN support for server session sharing) I > implemented a new variety of hash table. I did

Re: [VOTE] Release Apache Traffic Server 5.0.0 (RC0)

2014-06-17 Thread Theo Schlossnagle
ng the 5.0.0 release happen, from people that worked on documentation, > testing, added features, and helped fix bugs. We will be making an > announcement tomorrow. > > > > The release is on dist.apache.org: > > https://dist.apache.org/repos/dist/release/trafficserver/ >

Missing the 4.2.1 email

2014-04-22 Thread Theo Schlossnagle
Nevertheless. +1 from me. My team vetted it today.

Proposal, remove 32bit support going forward.

2014-04-11 Thread Theo Schlossnagle
Server in the 5 release and forward. -- Theo Schlossnagle

Re: Importing libck

2014-04-11 Thread Theo Schlossnagle
h distro's to make just linking against system > libs feasible, but I'd like to set it up in such a way (configure time > option) so that we can encourage distro's to add a libck package in the > future. > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Proposal to remove 32bit support.

2014-04-11 Thread Theo Schlossnagle
in the 5 release and forward. -- Theo Schlossnagle http://lethargy.org/~jesus/

Re: [2/4] git commit: TS-1365 Update documentation

2014-01-03 Thread Theo Schlossnagle
You can change it to 10ms. However, if we’re reliably using net_signal_hook_function to wake up the event thread, it’s not very relevant as that will immediately cause a return. Consistency is valuable, I’m +1 on changing it to 10ms. -- Theo Schlossnagle http://lethargy.org/~jesus/ On

Re: API review process proposal

2013-10-17 Thread Theo Schlossnagle
hat we should encourage it. > > An example of an (somewhat terse) API review post would be: < > http://mail-archives.apache.org/mod_mbox/trafficserver-dev/201202.mbox/%3cf17998c6-67d2-4457-aa82-51293b89f...@apache.org%3E > >. > > cheers, > James > > > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: DNS round robin and sticky server connections

2013-10-03 Thread Theo Schlossnagle
r thread > (share_server_sessions == 2). > > I think this could be implemented in the 4.X series, as long as we kept > the current share_server_sessions value with the current semantics. Only > those who wanted the new functionality would use the new config values. > > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: Experimental Plugins

2013-09-20 Thread Theo Schlossnagle
about (such as using it for > real traffic). > > -- Leif -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: Yahoo! and Apache Traffic Server

2013-08-20 Thread Theo Schlossnagle
l be welcomed into the healthy and vibrant ATS community > > -Bryan > > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: TS-1742: Freelists: using 64bit versions w/ double word compare and swap

2013-03-13 Thread Theo Schlossnagle
Hazard pointers are offered by concurrency kit, but can be omitted and in a normal usage scenario (because everything we use would be leveraged via inline headers) would never be in trafficserver. On Mar 8, 2013 3:17 PM, "Brian Geffon" wrote: > My only concern with concurrencykit is the use of ha

Re: TS-1742: Freelists: using 64bit versions w/ double word compare and swap

2013-03-08 Thread Theo Schlossnagle
Would we consider just pulling in concurrencykit? We'll get this and many other composed primitives from an active community for free. On Mar 8, 2013 12:49 AM, "John Plevyak" wrote: > I'll take a look. I was thinking we should make this move. Glad to see > it. > On Mar 7, 2013 9:13 PM, "Brian G

Re: ASF Solaris Buildbot

2013-02-19 Thread Theo Schlossnagle
rver (on Freenode). > > Thank you very much in advance! > > So long, > > -- i > > -- > Igor Galić > > Tel: +43 (0) 664 886 22 883 > Mail: i.ga...@brainsware.org > URL: http://brainsware.org/ > GPG: 6880 4155 74BD FD7C B515 2EA5 4B1D 9E08 A097 C9AE > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: clang build error with -pthread on Mac OS X

2013-02-12 Thread Theo Schlossnagle
As much as I dislike the big O, I'm not sure that removing Sol Studio support wins more than it loses. Compiling under another compiler provides nice insight into both code quality and portability. -1 On Feb 12, 2013 2:14 AM, "Igor Galić" wrote: > On Tuesday, February 05, 2013 08:26:15 AM James

Re: ATS consultants/supporters unite!

2012-10-02 Thread Theo Schlossnagle
On Tue, Oct 2, 2012 at 2:12 PM, Daniel Gruno wrote: > - Name of your company or private business OmniTI > - A link to your web site http://omniti.com/ -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: moving plugins from experimental

2012-09-08 Thread Theo Schlossnagle
+1 on all. On Sep 8, 2012 6:34 PM, "Leif Hedstrom" wrote: > On 9/8/12 3:08 PM, James Peach wrote: > >> Hi all, >> >> We are accumulating a few plugins in the experimental tree. Has anyone >> given any thought about the criteria for moving a plugin from experimental >> to stable? >> >> Some possib

Re: adding a auto tools dependency on pkg-config

2012-07-15 Thread Theo Schlossnagle
It would be nice to allow for configure flags to be available to compensate for its absence. By dependency, do you mean that every library would had to deliver the pkg-config support bits? On Jul 14, 2012 1:15 AM, "James Peach" wrote: > Hi all, > > Any objection to me adding a autotools-time depe

Re: Lua remap plugin prototype

2012-05-11 Thread Theo Schlossnagle
ws it to continue. > > It's not clear to me yet how to extend the remap case to the general plugin > case. Is the remap plugin useful enough to stand on it's own? > > J -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: Promoting plugins to official ATS distro?

2012-02-27 Thread Theo Schlossnagle
> > > Thoughts? It would be particularly useful to hear input from users of > these plugins :). > > > > Cheers, > > > > -- Leif > > > > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: remapping a URL from a plugin

2012-02-23 Thread Theo Schlossnagle
regex_remap is in the repo I believe under plugins. On Fri, Feb 24, 2012 at 1:01 AM, James Peach wrote: > Hey all, > > Is there a plugin API that will remap a URL according to the configured > remap policy/rules? > > J -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: solaris stdc++ support

2012-01-28 Thread Theo Schlossnagle
ymbol referencing errors. No output written to > .libs/traffic_shell > So that's the sum of the issue -- the others are warnings. I don't know much about C++, but it can't find that symbol. That is often due to a mis-typing of one of the arguments. -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: Fast Accept

2012-01-23 Thread Theo Schlossnagle
On Linux, FreeBSD and Solaris (at least), even with the most recent nonblocking kernel facilities, it is still faster to accept new TCP connections in a blocking fashion via thread pool. FWIW. -- Theo Schlossnagle (mobile) http://omniti.com/is/theo-schlossnagle On Jan 23, 2012, at 1:19 PM

Re: SVN vs Git

2011-11-25 Thread Theo Schlossnagle
git would make the work I do easier. SVN is in no way a showstopper, but having multiple remotely accessible local branches would make it easier for me to vet ideas and implementations before proposing them back to the community. -- Theo Schlossnagle (mobile) http://omniti.com/is/theo

Re: [VOTE] Release Apache Traffic Server v3.1.1

2011-11-15 Thread Theo Schlossnagle
ements. A few new >> configuration >> options are also available. A total of 60 bugs have been closed, for >> the >> full list of resolved bugs, see >> >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310963&version=12316496 >> >> Thanks, >> >> -- The Apache TS developer community >> >> > > -- > Igor Galić > > Tel: +43 (0) 664 886 22 883 > Mail: i.ga...@brainsware.org > URL: http://brainsware.org/ > GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE > > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: t/r 3.0.2

2011-09-24 Thread Theo Schlossnagle
The first is 64 bits on most systems an the latter is 32 bits on all (supported) systems. -- Theo Schlossnagle (mobile) http://omniti.com/is/theo-schlossnagle On Sep 24, 2011, at 9:10 AM, Jim Jagielski wrote: > Weird… > >ClusterHandler.cc:1866: error: cast from 'char*

Re: AIO race condition

2011-09-10 Thread Theo Schlossnagle
>> the priority to something non default. >> >> If priorities can be bucketed and the model is 1/few producers and >> many consumers then it seems like the better choice is to implement a >> mutex that guards the enqueue to a set of atomic queues.  Dequeues can >> run lockless until the queues are empty in which case they would have >> to lock in order to guarantee that the queues are exhausted and the >> signal is handled correctly.  Low producer counts reduce the lock >> contention on enqueue and empty queues tend to be synonymous with low >> performance demands, so the lock should not be a big deal in that way. >> >> -Bart >> > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: Obtaining the client's host name

2011-08-08 Thread Theo Schlossnagle
the client's IP address. > >> Thank-you, > >> Chris Reynolds. > > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: ATS on Solaris in 32 bit mode

2011-06-26 Thread Theo Schlossnagle
me out. > > So long, > > i > > -- > Igor Galić > > Tel: +43 (0) 664 886 22 883 > Mail: i.ga...@brainsware.org > URL: http://brainsware.org/ > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: [VOTE] Release Apache Traffic Server v3.0.0

2011-06-13 Thread Theo Schlossnagle
#x27;m > attaching the complete list of changes below. Please test this as much as > possible, as soon as possible, so that we can do a respin quickly if > necessary. The plan is that we'll make an official v3.0.0 announcement with > the ASF press organization on 6/14. > > Thanks, > > -- The Apache TS developer community > > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: should we change plugins default install dir to libdir instead of libexecdir?

2011-02-28 Thread Theo Schlossnagle
open to suggestions > other than libexec though if there is some better /  more standard place for > this (e.g. httpd puts them in $prefix/modules it seems). > > -- leif > > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: v2.1.6 release

2011-02-24 Thread Theo Schlossnagle
t to v2.1.7. > > Thoughts? > > -- leif > > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: [VOTE] Release Apache Traffic Server v2.1.5 [NEW bits!]

2011-01-08 Thread Theo Schlossnagle
6f6789a9fed9403828070e7242318ec2727fb398 > *trafficserver-2.1.5-unstable.tar.bz2 > > > Please take these bits out for a spin, and cast your +/- votes. I will call > the vote on 1/12 (Wed). > > Cheers, > > -- Leif > > > > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: [VOTE] Release Apache Traffic Server v2.1.4

2010-11-09 Thread Theo Schlossnagle
://svn.apache.org/repos/asf/trafficserver/traffic/tags/2.1.4/CHANGES > > > Thanks, > > -- The Apache TS developer community > > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: [VOTE] Next stable release version number

2010-10-29 Thread Theo Schlossnagle
> >    [+1] Next stable release should be v2.2 (as was planned before the API > changes) >    [] Next stable release should be v3.0. > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: 32-bit APIs with 64-bit "data"

2010-10-28 Thread Theo Schlossnagle
th him on selecting on > option #2. > > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: [VOTE] Release candidate for ATS v2.1.2

2010-08-30 Thread Theo Schlossnagle
e shouldn't make these releases (then I'll just call it tonight and cancel >>> the releases). >>> >>> If there are concerns about the default for the new setting (to compare the >>> names on DNS lookups), please voice them and I'll start a new package / >>> release process (and vote). >>> >>> -- leif >>> >>> > -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle

Re: Building on opensolaris

2009-11-21 Thread Theo Schlossnagle
with the >> templates, but that's where I've stopped for tonight. > > Bah. It's not STL, it's just the first time a bunch of templates > gets included, and that came ultimately from #include ! > I'll follow up on that when I've figured it out. > > -- > Nick Kew -- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle p: +1.443.325.1357 x201 f: +1.410.872.4911