RE: [ACFUG Discuss] CF Server Diagnostics

2008-04-15 Thread Charlie Arehart
Well, Benjamin, consider not just the logs at [coldfusion]\logs but also the
[coldfusion]\runtime\logs. You may be surprised by the info offered there. 

 

I talked about these and other logs in a talk I did at CFUnited Europe last
month:

 

http://carehart.org/presentations/#contsvr

 

/charlie

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin
Bloodworth
Sent: Tuesday, April 15, 2008 2:08 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] CF Server Diagnostics

 

Thanks for all of the recommendations.

 

The server logs aren't terribly helpful as there are no events written when
the server hangs.  There are a few entries of long running templates written
prior to the hang, but those templates normally behave fine.  I'm just
having trouble tracking down the file that is consuming all of CF's
processes.

 

Benjamin Bloodworth

[EMAIL PROTECTED]

850.702.0052

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Arehart
Sent: Tuesday, April 15, 2008 12:33 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] CF Server Diagnostics

 

Thanks for that, Doug. And also, on the matter of log analysis, note that I
also have a section on such tools:

 

Log Analysis Tools

http://carehart.org/resourcelists/tools_to_consider/#logan

 

One I especially like is the free Log Parser tool from Microsoft, and I've
written an article about that at:

 

"Monitoring Your CF Environment with the Free Log Parser
Toolkit (CFDJ Oct 2006)"

http://coldfusion.sys-con.com/read/296223.htm

 

I (and others) have also started putting together some logparser scripts for
use with Fusionreactor specifically at:

 

http://groups.google.com/group/fusionreactor/web

 

/charlie

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen
Sent: Tuesday, April 15, 2008 12:10 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] CF Server Diagnostics

 

before these monitoring tools, we spent hours digging through logs.
Typically server hangs/locks are due to 3-rd party calls with the DB being
the #1 culprit IME.

Be sure to check out
http://carehart.org/resourcelists/tools_to_consider/#mon

DK

On Tue, Apr 15, 2008 at 11:33 AM, Steven Ross <[EMAIL PROTECTED]> wrote:

Also check your log files.

 

On Tue, Apr 15, 2008 at 11:32 AM, Steven Ross <[EMAIL PROTECTED]> wrote:

http://www.seefusion.com/

2008/4/15 Benjamin Bloodworth <[EMAIL PROTECTED]>:

 

Does anyone have any recommendations on software to help diagnose and find
which cfm pages are causing the coldfusion server to lock up?  We're running
version 6.1.

 

Benjamin Bloodworth

[EMAIL PROTECTED]

850.702.0052

 

 

No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.524 / Virus Database: 269.22.13/1378 - Release Date: 4/15/2008
9:12 AM


- 
Annual Sponsor - Figleaf <http://www.figleaf.com>  Software 

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 




-- 
Steven Ross
web application & interface developer
http://blog.stevensross.com
[mobile] 404-488-4364 [fax] (404) 592-6885
[ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ] 




-- 
Steven Ross
web application & interface developer
http://blog.stevensross.com
[mobile] 404-488-4364 [fax] (404) 592-6885
[ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ] 
- 
Annual Sponsor - Figleaf <http://www.figleaf.com>  Software 

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 




-- 
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it? 
- 
Annual Sponsor - Figleaf Software <http://www.figleaf.com>  

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 


- 
Annual Sponsor - Figleaf Software <http://www.figleaf.com>  

To unsubscribe from this list, manage your profi

RE: [ACFUG Discuss] CF Server Diagnostics

2008-04-15 Thread Benjamin Bloodworth
Thanks for all of the recommendations.

 

The server logs aren’t terribly helpful as there are no events written when
the server hangs.  There are a few entries of long running templates written
prior to the hang, but those templates normally behave fine.  I’m just
having trouble tracking down the file that is consuming all of CF’s
processes.

 

Benjamin Bloodworth

HYPERLINK "mailto:[EMAIL PROTECTED]"[EMAIL PROTECTED]

850.702.0052

   _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Arehart
Sent: Tuesday, April 15, 2008 12:33 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] CF Server Diagnostics

 

Thanks for that, Doug. And also, on the matter of log analysis, note that I
also have a section on such tools:

 

Log Analysis Tools

http://carehart.org/resourcelists/tools_to_consider/#logan

 

One I especially like is the free Log Parser tool from Microsoft, and I’ve
written an article about that at:

 

“Monitoring Your CF Environment with the Free Log Parser
Toolkit (CFDJ Oct 2006)”

http://coldfusion.sys-con.com/read/296223.htm

 

I (and others) have also started putting together some logparser scripts for
use with Fusionreactor specifically at:

 

http://groups.google.com/group/fusionreactor/web

 

/charlie

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen
Sent: Tuesday, April 15, 2008 12:10 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] CF Server Diagnostics

 

before these monitoring tools, we spent hours digging through logs.
Typically server hangs/locks are due to 3-rd party calls with the DB being
the #1 culprit IME.

Be sure to check out
HYPERLINK
"http://carehart.org/resourcelists/tools_to_consider/#mon"http://carehart.or
g/resourcelists/tools_to_consider/#mon

DK

On Tue, Apr 15, 2008 at 11:33 AM, Steven Ross mailto:[EMAIL PROTECTED]"[EMAIL PROTECTED]> wrote:

Also check your log files.

 

On Tue, Apr 15, 2008 at 11:32 AM, Steven Ross mailto:[EMAIL PROTECTED]" [EMAIL PROTECTED]> wrote:

HYPERLINK "http://www.seefusion.com/"; \nhttp://www.seefusion.com/

2008/4/15 Benjamin Bloodworth mailto:[EMAIL PROTECTED]"
[EMAIL PROTECTED]>:

 

Does anyone have any recommendations on software to help diagnose and find
which cfm pages are causing the coldfusion server to lock up?  We're running
version 6.1.

 

Benjamin Bloodworth

HYPERLINK "mailto:[EMAIL PROTECTED]" [EMAIL PROTECTED]

850.702.0052

 

 

No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.524 / Virus Database: 269.22.13/1378 - Release Date: 4/15/2008
9:12 AM


- 
Annual Sponsor - HYPERLINK "http://www.figleaf.com"; \nFigleaf Software 

To unsubscribe from this list, manage your profile @ 
HYPERLINK "http://www.acfug.org?fa=login.edituserform";
\nhttp://www.acfug.org?fa=login.edituserform 

For more info, see HYPERLINK "http://www.acfug.org/mailinglists";
\nhttp://www.acfug.org/mailinglists 
Archive @ HYPERLINK "http://www.mail-archive.com/discussion%40acfug.org/";
\nhttp://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by HYPERLINK "http://www.fusionlink.com"; \nFusionLink 
- 




-- 
Steven Ross
web application & interface developer
HYPERLINK "http://blog.stevensross.com"; \nhttp://blog.stevensross.com
[mobile] 404-488-4364 [fax] (404) 592-6885
[ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ] 




-- 
Steven Ross
web application & interface developer
HYPERLINK "http://blog.stevensross.com"; \nhttp://blog.stevensross.com
[mobile] 404-488-4364 [fax] (404) 592-6885
[ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ] 
- 
Annual Sponsor - HYPERLINK "http://www.figleaf.com"; \nFigleaf Software 

To unsubscribe from this list, manage your profile @ 
HYPERLINK "http://www.acfug.org?fa=login.edituserform";
\nhttp://www.acfug.org?fa=login.edituserform 

For more info, see HYPERLINK "http://www.acfug.org/mailinglists";
\nhttp://www.acfug.org/mailinglists 
Archive @ HYPERLINK "http://www.mail-archive.com/discussion%40acfug.org/";
\nhttp://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by HYPERLINK "http://www.fusionlink.com"; \nFusionLink 
- 




-- 
Douglas Knudsen
HYPERLINK "http://www.cubicleman.com"http://www.cubicleman.com
this is my signature, like it? 
- 
Annual Sponsor - HYPERLINK "http://www.figleaf.com"Figleaf Software 

To unsubscribe from this list, manage your profile @ 
HYPERLINK
"http://www.acfug.org?fa=login.edituserform&

RE: [ACFUG Discuss] CF Server Diagnostics

2008-04-15 Thread Charlie Arehart
Thanks for that, Doug. And also, on the matter of log analysis, note that I
also have a section on such tools:

 

Log Analysis Tools

http://carehart.org/resourcelists/tools_to_consider/#logan

 

One I especially like is the free Log Parser tool from Microsoft, and I've
written an article about that at:

 

"Monitoring Your CF Environment with the Free Log Parser
Toolkit (CFDJ Oct 2006)"

http://coldfusion.sys-con.com/read/296223.htm

 

I (and others) have also started putting together some logparser scripts for
use with Fusionreactor specifically at:

 

http://groups.google.com/group/fusionreactor/web

 

/charlie

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen
Sent: Tuesday, April 15, 2008 12:10 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] CF Server Diagnostics

 

before these monitoring tools, we spent hours digging through logs.
Typically server hangs/locks are due to 3-rd party calls with the DB being
the #1 culprit IME.

Be sure to check out
http://carehart.org/resourcelists/tools_to_consider/#mon

DK

On Tue, Apr 15, 2008 at 11:33 AM, Steven Ross <[EMAIL PROTECTED]> wrote:

Also check your log files.

 

On Tue, Apr 15, 2008 at 11:32 AM, Steven Ross <[EMAIL PROTECTED]> wrote:

http://www.seefusion.com/

2008/4/15 Benjamin Bloodworth <[EMAIL PROTECTED]>:

 

Does anyone have any recommendations on software to help diagnose and find
which cfm pages are causing the coldfusion server to lock up?  We're running
version 6.1.

 

Benjamin Bloodworth

[EMAIL PROTECTED]

850.702.0052

 

 

No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.524 / Virus Database: 269.22.13/1378 - Release Date: 4/15/2008
9:12 AM


- 
Annual Sponsor - Figleaf <http://www.figleaf.com>  Software 

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 




-- 
Steven Ross
web application & interface developer
http://blog.stevensross.com
[mobile] 404-488-4364 [fax] (404) 592-6885
[ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ] 




-- 
Steven Ross
web application & interface developer
http://blog.stevensross.com
[mobile] 404-488-4364 [fax] (404) 592-6885
[ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ] 
- 
Annual Sponsor - Figleaf <http://www.figleaf.com>  Software 

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 




-- 
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it? 
- 
Annual Sponsor - Figleaf Software <http://www.figleaf.com>  

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 




-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] CF Server Diagnostics

2008-04-15 Thread Douglas Knudsen
before these monitoring tools, we spent hours digging through logs.
Typically server hangs/locks are due to 3-rd party calls with the DB being
the #1 culprit IME.

Be sure to check out
http://carehart.org/resourcelists/tools_to_consider/#mon

DK

On Tue, Apr 15, 2008 at 11:33 AM, Steven Ross <[EMAIL PROTECTED]> wrote:

> Also check your log files.
>
>
> On Tue, Apr 15, 2008 at 11:32 AM, Steven Ross <[EMAIL PROTECTED]> wrote:
>
> > http://www.seefusion.com/
> >
> > 2008/4/15 Benjamin Bloodworth <[EMAIL PROTECTED]>:
> >
> >  Does anyone have any recommendations on software to help diagnose and
> > > find which cfm pages are causing the coldfusion server to lock up?  We're
> > > running version 6.1.
> > >
> > >
> > >
> > > Benjamin Bloodworth
> > >
> > > [EMAIL PROTECTED]
> > >
> > > 850.702.0052
> > >
> > >
> > >
> > > No virus found in this outgoing message.
> > > Checked by AVG.
> > > Version: 7.5.524 / Virus Database: 269.22.13/1378 - Release Date:
> > > 4/15/2008 9:12 AM
> > >
> > > -
> > > Annual Sponsor - Figleaf Software 
> > >
> > > To unsubscribe from this list, manage your profile @
> > > http://www.acfug.org?fa=login.edituserform
> > >
> > > For more info, see http://www.acfug.org/mailinglists
> > > Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> > > List hosted by FusionLink 
> > > -
> >
> >
> >
> >
> > --
> > Steven Ross
> > web application & interface developer
> > http://blog.stevensross.com
> > [mobile] 404-488-4364 [fax] (404) 592-6885
> > [ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ]
>
>
>
>
> --
> Steven Ross
> web application & interface developer
> http://blog.stevensross.com
> [mobile] 404-488-4364 [fax] (404) 592-6885
> [ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ]
> -
> Annual Sponsor - Figleaf Software 
>
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink 
> -
>



-- 
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?



-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] CF Server Diagnostics

2008-04-15 Thread Charlie Arehart
And FusionReactor (fusion-reactor.com). If you were on 8 Enterprise or
Developer, you could also use the new CF8 server monitor.  Again, I offer
these and more at:

 

http://carehart.org/resourcelists/tools_to_consider/#cfmon

 

I'll say as well to Benjamin (and others) that if you find yourself needing
a helping hand with solving such problems, or using such tools, interpreting
what they report, making changes to CF config or  code, I'm available to
help, whether remotely or on-site. More at carehart.org/consulting/. (Sorry
if that sounds like a commercial, but just as with the list, I just am
trying to help people know that they're not alone in the challenges they
face, and where they can turn for more.  Hmm. Maybe I should add a section
to the page on CF consulting shops. Then I could just point to that, too,
without naming myself.)

 

/charlie

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross
Sent: Tuesday, April 15, 2008 11:32 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] CF Server Diagnostics

 

http://www.seefusion.com/

2008/4/15 Benjamin Bloodworth <[EMAIL PROTECTED]>:

Does anyone have any recommendations on software to help diagnose and find
which cfm pages are causing the coldfusion server to lock up?  We're running
version 6.1.

 

Benjamin Bloodworth

[EMAIL PROTECTED]

850.702.0052

 

 

No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.524 / Virus Database: 269.22.13/1378 - Release Date: 4/15/2008
9:12 AM


- 
Annual Sponsor - Figleaf <http://www.figleaf.com>  Software 

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 




-- 
Steven Ross
web application & interface developer
http://blog.stevensross.com
[mobile] 404-488-4364 [fax] (404) 592-6885
[ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ] 
- 
Annual Sponsor - Figleaf Software <http://www.figleaf.com>  

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 




-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] CF Server Diagnostics

2008-04-15 Thread Steven Ross
Also check your log files.

On Tue, Apr 15, 2008 at 11:32 AM, Steven Ross <[EMAIL PROTECTED]> wrote:

> http://www.seefusion.com/
>
> 2008/4/15 Benjamin Bloodworth <[EMAIL PROTECTED]>:
>
>  Does anyone have any recommendations on software to help diagnose and
> > find which cfm pages are causing the coldfusion server to lock up?  We're
> > running version 6.1.
> >
> >
> >
> > Benjamin Bloodworth
> >
> > [EMAIL PROTECTED]
> >
> > 850.702.0052
> >
> >
> >
> > No virus found in this outgoing message.
> > Checked by AVG.
> > Version: 7.5.524 / Virus Database: 269.22.13/1378 - Release Date:
> > 4/15/2008 9:12 AM
> >
> > -
> > Annual Sponsor - Figleaf Software 
> >
> > To unsubscribe from this list, manage your profile @
> > http://www.acfug.org?fa=login.edituserform
> >
> > For more info, see http://www.acfug.org/mailinglists
> > Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> > List hosted by FusionLink 
> > -
>
>
>
>
> --
> Steven Ross
> web application & interface developer
> http://blog.stevensross.com
> [mobile] 404-488-4364 [fax] (404) 592-6885
> [ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ]




-- 
Steven Ross
web application & interface developer
http://blog.stevensross.com
[mobile] 404-488-4364 [fax] (404) 592-6885
[ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ]



-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] CF Server Diagnostics

2008-04-15 Thread Steven Ross
http://www.seefusion.com/

2008/4/15 Benjamin Bloodworth <[EMAIL PROTECTED]>:

>  Does anyone have any recommendations on software to help diagnose and
> find which cfm pages are causing the coldfusion server to lock up?  We're
> running version 6.1.
>
>
>
> Benjamin Bloodworth
>
> [EMAIL PROTECTED]
>
> 850.702.0052
>
>
>
> No virus found in this outgoing message.
> Checked by AVG.
> Version: 7.5.524 / Virus Database: 269.22.13/1378 - Release Date:
> 4/15/2008 9:12 AM
>
> -
> Annual Sponsor - Figleaf Software 
>
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink 
> -




-- 
Steven Ross
web application & interface developer
http://blog.stevensross.com
[mobile] 404-488-4364 [fax] (404) 592-6885
[ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ]



-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



[ACFUG Discuss] CF Server Diagnostics

2008-04-15 Thread Benjamin Bloodworth
Does anyone have any recommendations on software to help diagnose and find
which cfm pages are causing the coldfusion server to lock up?  We’re running
version 6.1.

 

Benjamin Bloodworth

HYPERLINK "mailto:[EMAIL PROTECTED]"[EMAIL PROTECTED]

850.702.0052

 


No virus found in this outgoing message.
Checked by AVG. 
Version: 7.5.524 / Virus Database: 269.22.13/1378 - Release Date: 4/15/2008
9:12 AM
 



-

Annual Sponsor FigLeaf Software - http://www.figleaf.com



To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-