Friday, June 06, 2008

Now, that I'm using Ping.fm to send my outgoing updates. I'm updating much more...not sure if that's good or bad
Now, that I'm using Ping.fm to send my outgoing updates. I'm updating much more...not sure if that's good or bad
http://ping.fm/MpJ2A
31 Wordpress people to follow on Twitter. Too bad twitter isn't working so I can add them :-(
http://ping.fm/MpJ2A
31 Wordpress people to follow on Twitter. Too bad twitter isn't working so I can add them :-(
twitter seems flacky again today. Trying to follow a few more people and errors...
it'd be nice if friendsfeed could import my twitter friends list automagically :-)
Good morning everyone, I got a rash of facebook invite the last few days. Interesting....

Thursday, June 05, 2008

ick, its very muggy out tonight. Meetings didn't go to well this afternoon.
Meetings for the rest of the day.
Meetings for the rest of the day.
So I have ping.fm posting to multiple micro-bloggins sites. But how to I track and add friends to 4 micro-blog sites :-)
So I have ping.fm posting to multiple micro-bloggins sites. But how to I track and add friends to 4 micro-blog sites :-)
Good morning world, really for an interesting Thursday

Wednesday, June 04, 2008

Hey, Hey, Hockey Town. Let me hear you
Too bad they didn't win it at home, the crowd in Pittsburgh (of course) isn't into now. The awards and Cup presentation
The Red Wings Win the Cup!!!! Yeah, Yeah, Yeah....

Wednesday, September 19, 2007

Site Place Holder

I don't update or watch this site anymore.

 

If you want to find me check out:

http://www.benway.net

or

http://www.savagenomads.net

 

later,jb

Test Post

I haven't used this in so long I just want to see if Live Writer still works with it.

 

http://www.benway.net

http://www.savagenomads.net

Saturday, March 24, 2007

Imitation Is The Sincerest Form of Flattery

 

They say imitation is the sincerest form of flattery, I guess that stays true for LinuxMCE. This has got to be one of the funniest videos that I have never seen, even though I didn’t watch the whole thing. Niall put together a good overview relating to Media Center.

"LinuxMCE is a free, open source add-on to Ubuntu including a 10' UI, complete whole-house media solution with pvr + distributed media, and the most advanced smarthome solution available. It is stable, easy to use, and requires no knowledge of Linux and only basic computer skills"

Great concept, too bad it falls short from what they want it to be. It’s to bad today is not April 1st, because if it was this post would be titled “Switching to LinuxMCE”

 

 

Source: Imitation Is The Sincerest Form of Flattery
Originally published on Wed, 21 Mar 2007 16:16:00 GMT by chrisl

 

 

Technorati tags: , ,

Saturday, March 17, 2007

Improving IIS and NS response times by disabling debug mode

 

Some solutions still have debug-mode compiling enabled in their related web.config files. Debug-mode compiling can cause performance problems for any ASP.NET application. In particular, the following debug-mode behaviors impact NS performance:
The compilation of ASP.NET pages takes longer (since some batch optimizations are disabled)
This can be seen in the initial viewing of each NS console page
Code can execute slower (since some additional debug paths are enabled)
Much more memory is used within the application at runtime
This is of particular importance on NS servers with 2GB of physical memory, and large client facing servers with multiple Altiris solutions enabled
Additional information about debug mode is available at ScottGu's BlogNote: The current version of Altiris Notification Server utilizes ASP.NET v1. It is not currently possible to use the deployment retail="true" setting which is available for ASP.NET v2
Manual Resolution
Make the following modification to each web.config file that is part of the Altiris installation (\Program Files\Altiris). The change will be implemented as soon as another request to the related page occurs. In most cases, this will involve a visit to the related configuration or task NS console page.
Before (web.config)
After (web.config)
Automated Resolution
On the following link you can find an exe file that provides a resolution.
http://kb.altiris.com/article.asp?article=33499&p=3

Source: Improving IIS and NS response times by disabling debug mode
Originally published on Sat, 17 Mar 2007 08:13:00 GMT by Marc

 

Technorati tags: