Re: Moving to Railo

2014-12-28 Thread Russ Michaels

it makes no difference to smarterstats, reading one big log is not harder
than reading 185 separate logs.
Logs will get processed faster in fact.

However running separate sites would makes things better from a web
server/performance and bottleneck perspective as you have less traffic
going through same connector. In the case of IIS, you should put each site
on its own dedicated application pool as well to spread the load and reduce
the potential bottleneck. this helps with Railo as well as the boncode
connector uses asp.net

If all your images are for the same app and are thus the same on every
site, then you should consider using a CDN as well.


On Sun, Dec 28, 2014 at 1:48 PM, Mik Muller  wrote:

>
> Yes, that was my intention when I hit 100, but got busy. I need to look
> closer at the problem now, though, to see if that would make things faster
> or save memory, and how that matches up against having to re-path every
> page's IMG tag, since every site's file content will now be pushed out one
> folder, ie;
>
> Currently
>
> [site root]/images/happyface.jpg
>
> ... would be moved to...
>
> [site root]/[siteid]/images/happyface.jpg
>
> That, and the fact that each site's logs would be pulled into a single log
> folder, forcing SmarterStarts to work harder.
>
> I started the move last night and will complete it over the next few days.
>
> Thanks,
>
> Mik
>
>
>
> At 05:16 PM 12/23/2014, Jochem van Dieten wrote:
>
> >> I will be hosting only my own websites, about 210 so far, broken down
> into
> >> four CF applications, ie; there are 185 sites running one application;
> 10
> >> running another, etc.  I also have about a dozen static HTML sites, so
> I'll
> >> need IIS on the box.
> >>
> >
> >It is a long time ago I worked with IIS and if you are already set on that
> >I have no advice for you, but why so many sites? Why not attach 185 HTTP
> >hostnames to one site?
> >
> >--
> >Jochem van Dieten
> >http://jochem.vandieten.net/
>
> 
> Michael Muller
> Admin, MontagueMA.net Website
> ...a project of MontagueWebWorks.com
> (413) 320-5336
> http://www.MontagueMA.net
>
> Eschew Obfuscation
>
>
>
>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359890
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Moving to Railo

2014-12-28 Thread Mik Muller

Yes, that was my intention when I hit 100, but got busy. I need to look closer 
at the problem now, though, to see if that would make things faster or save 
memory, and how that matches up against having to re-path every page's IMG tag, 
since every site's file content will now be pushed out one folder, ie;

Currently

[site root]/images/happyface.jpg

... would be moved to...

[site root]/[siteid]/images/happyface.jpg

That, and the fact that each site's logs would be pulled into a single log 
folder, forcing SmarterStarts to work harder.

I started the move last night and will complete it over the next few days.

Thanks,

Mik



At 05:16 PM 12/23/2014, Jochem van Dieten wrote:

>> I will be hosting only my own websites, about 210 so far, broken down into
>> four CF applications, ie; there are 185 sites running one application; 10
>> running another, etc.  I also have about a dozen static HTML sites, so I'll
>> need IIS on the box.
>>
>
>It is a long time ago I worked with IIS and if you are already set on that
>I have no advice for you, but why so many sites? Why not attach 185 HTTP
>hostnames to one site?
>
>-- 
>Jochem van Dieten
>http://jochem.vandieten.net/


Michael Muller
Admin, MontagueMA.net Website
...a project of MontagueWebWorks.com
(413) 320-5336
http://www.MontagueMA.net

Eschew Obfuscation





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359889
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm