Re: Clusters Important and On-Topic =)

2000-12-07 Thread Yanik Lupien

Let see that ...

http://httpd.apache.org/docs/mod/mod_rewrite.html
http://httpd.apache.org/docs/mod/mod_proxy.html

Voila .

Yanik Lupien


- Original Message -
From: "paul smith" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, December 07, 2000 2:11 AM
Subject: Re: Clusters Important and On-Topic =)


 Please explain URLRewriting in more detail.

 best,  paul


 At 12:39 PM 12/6/00 -0500, you wrote:
 Do you have try to use URLRewriting over a Proxy ?
 
 http://www.domain.com/serv1/path/file.cfm Translated to :
 http://server01/path/file.cfm
 http://www.domain.com/serv2/path/file.cfm Translated to :
 http://server02/path/file.cfm
 
 Using this way the client never see http://server01/ it always see
 http://www.domain.com/servX/
 
 And if you use this way, you do not need to use Round Robin (DNS) and AOL
 user are working to.
 
 In this way, if the user go on server 1 they always stay on server 1.
 
 And if the server 1 need to go down only Rewrite you URL to the second
 server ...
 
 Voila
 
 Yanik Lupien
 
 
 
 - Original Message -
 From: "William J Wheatley" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Wednesday, December 06, 2000 9:47 AM
 Subject: Clusters Important and On-Topic =)
 
 
   I have a 3 node Linux Btcats Cluster running. I have turned off
SESSION
   aware because i use client variables for everything. I also have a
 database
   setup to store my client varibles. Now in allaires help it says
setting
   SETDOMAINCOOKIE=YES will cause CFMAGIC cookie to migrate all the data
from
   the individual clusters and then set a domain level cookie. i set that
in
   all 3 of the APP.cfm and its still not working properly i even deleted
the
   client storage db  regenerated it with no luck.
  
   See when i'm on the same box it remembers the client.username but once
it
   fires off to a seperate box it does not remember the client.id and
thus
 its
   a problem.
  
   Thanks
  
  
   Bill Wheatley
   Director of Development
   Allaire Certified ColdFusion Developer
   AEPS INC
   Allaire ColdFusion Consulting Partner
   www.aeps.com
   www.aeps2000.com
   954-472-6684 X303
   ICQ: 417645
  
  
  
  
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Clusters Important and On-Topic =)

2000-12-06 Thread Yanik Lupien

Do you have try to use URLRewriting over a Proxy ?

http://www.domain.com/serv1/path/file.cfm Translated to :
http://server01/path/file.cfm
http://www.domain.com/serv2/path/file.cfm Translated to :
http://server02/path/file.cfm

Using this way the client never see http://server01/ it always see
http://www.domain.com/servX/

And if you use this way, you do not need to use Round Robin (DNS) and AOL
user are working to.

In this way, if the user go on server 1 they always stay on server 1.

And if the server 1 need to go down only Rewrite you URL to the second
server ...

Voila

Yanik Lupien



- Original Message -
From: "William J Wheatley" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Wednesday, December 06, 2000 9:47 AM
Subject: Clusters Important and On-Topic =)


 I have a 3 node Linux Btcats Cluster running. I have turned off SESSION
 aware because i use client variables for everything. I also have a
database
 setup to store my client varibles. Now in allaires help it says setting
 SETDOMAINCOOKIE=YES will cause CFMAGIC cookie to migrate all the data from
 the individual clusters and then set a domain level cookie. i set that in
 all 3 of the APP.cfm and its still not working properly i even deleted the
 client storage db  regenerated it with no luck.

 See when i'm on the same box it remembers the client.username but once it
 fires off to a seperate box it does not remember the client.id and thus
its
 a problem.

 Thanks


 Bill Wheatley
 Director of Development
 Allaire Certified ColdFusion Developer
 AEPS INC
 Allaire ColdFusion Consulting Partner
 www.aeps.com
 www.aeps2000.com
 954-472-6684 X303
 ICQ: 417645





~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF SP2 + Win2k/Memory Leaks

2000-12-04 Thread Yanik Lupien

Yes and it's not very good..

My server slow down and my server Crash...

And now I'm on ODBC...

Yanik Lupien

- Original Message -
From: "Nick McClure" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, December 04, 2000 10:05 AM
Subject: RE: CF SP2 + Win2k/Memory Leaks


 Have you tried using OLEDB instead of ODBC?

 At 09:50 AM 12/4/2000 -0500, you wrote:
 We are on 2.5sp1 MDAC... no help
 
 At 03:29 PM 12/4/00 +0100, you wrote:
  I had this issue on an Access 2000/CFserver 4.5.1sp1 machine running
MDAC
  2.6. Reverting to MDAC 2.5.1 solved the issue for us there.
  
  Marc Schipperheyn
  theFactor.e
  
  -Original Message-
  From: Jim Gurfein [mailto:[EMAIL PROTECTED]]
  Sent: maandag 4 december 2000 13:20
  To: CF-Talk
  Subject: Re: CF SP2 + Win2k/Memory Leaks
  
  
  We're having the same problem on a NT4,sp5 SQL7.0 setup.
  
  A little experimenting this morning shows that running  a query  with a
  large result set moved memory to swap file and just hung there. I'm
  beginning to suspect that there are memory allocation issues with
CF4.51.
  Perhaps the solution is to turn off all caching.
  
  It hardly seems appropriate that one needs to kill key advantages on CF
in
  order to maintain some measure of stability.
  
  At 11:00 PM 12/3/2000 -0800, you wrote:
   We're having the same problems here (Win2k/CF4.5pro) ... memory leaks
  pop-up
   like crazy and we also get the following other errors with SP2.
Anyone
  have
   any leads on these problems? Is SP2 just that bug-ridden? Will there
ever
  be
   a stable version for Win2k?
   
   Error at CFServer when trying to connect a database that's been for
some
   reason disconnected:
   
   The connection to the data source failed. Check the following to
resolve
   this problem:
Are the data source settings configured properly?
Did you provide valid security information in the data source
  settings
  ?
For some databases the ColdFusion Server may need to be logged
in
  under
   a special NT account rather than the default System Account.
Use
  the
   Windows NT Services Control Panel to change the account the
ColdFusion
   Server service is using.
   
   Also this error from the requested page looking for the database
above:
   
   ODBC Error Code = 08004 (Data source rejected establishment of
connection)
   [Microsoft][ODBC Microsoft Access Driver] Too many client tasks.
   Data Source = "SNONEWS"
   
   Also we have CFMail problems as well ... some pages send the mail
just
  fine
   and then other pages won't send ... no error is thrown and nothing
appears
   to be awry, but the mail log shows the messages as being denied for
  reasons
   ranging from "relaying not supported to AOL.com" to "invalid address"
  (when
   it works from another page and it's a valid acct.) and then CFHTTP
  seems to
   be sporadic as well ... I'll get messages saying the tag can't be
  processed
   and then 20 seconds later with no changes the page works just fine
 and
   CFTRY/CFCATCH can't handle the error at all.
   
   And finally we get "Server Busy" messages out the wazoo when the
memory
  leak
   starts ... I've experienced similar situations on my development
machine
   running 4.5pro without SP1 or SP2 when I inadvertantly executed a
CFLOOP
   that couldn't find an end-point ... that would start the memory leak
and
  the
   only solution was to restart CFServer. I know that's a code error,
but it
   behaves identically when pages that have worked flawlessly for months
are
   executed.
   
   Any help greatly appreciated!
   
   Joshua Miller
   Eagle Technologies Group Inc.
   www.eagletgi.com
   [EMAIL PROTECTED]
   304-456-4942
   
   
   
   
   - Original Message -
   From: "Neil H." [EMAIL PROTECTED]
   To: "CF-Talk" [EMAIL PROTECTED]
   Sent: Sunday, December 03, 2000 7:33 PM
   Subject: CF SP2 + Win2k
   
   
 Anyone noticed HUGE and I mean HUGE memory leaks with this
  configuration
   in
 the subject?!  IIS is using well over 1 gig of memory on our
  server.  If
 anyone know why this could be or a way to limit the amount of
memory I
   would
 appreciate it.

 Thanks,

 Neil




   
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Cold Fusion rendering time

2000-11-03 Thread Yanik Lupien

Hi, I have Cold Fusion 4.5 server on a Dual PIII 550 with 512 Mb of ram and
a SQL server 7.00 on a single PIII 550, and with this configuration I
deserve over 20,000 Unique visitors per day. My server can render aprox 1200
Pages (35 Mb of data) per 5 minutes. 4 Pages by seconde...

My best top score is : 1744 Pages, 45 Mb of output in 5.3 minutes. (5.48
pages per seconde)

Every page contain only 2 or 3 CFQUERY by render . 2 for informations and
1 for stats...

I want to know If it's a good rate or not ?

Yanik Lupien


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Cold Fusion Configuration

2000-10-31 Thread Yanik Lupien

Hi, excuse for my english, I need help...

I try to configure a web site on network path (\\server\path\) on IIS and
when I ask to get the page I always get a Cold Fusion error 404...

If I call a normal .HTML file it's work but a cfm file not work ...

Anyone have Idea?

Yanik Lupien


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: PROBLEM with ALLAIRE CUSTOMER SERVICE ?

2000-09-08 Thread Yanik Lupien

I don't want free support, I just want to know when the Custom tag I
submited to the "Developers Exchange" will be online ?
It's suppose to take 48 Hours to be online and now it's been 10 days (80
Hours of working Day (8 Hours by day))
I never received any answer! And I sent 2 messages to the
([EMAIL PROTECTED]) mail box !

Yanik Lupien



- Original Message -
From: "Steve Pierce" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 07, 2000 3:11 PM
Subject: RE: PROBLEM with ALLAIRE CUSTOMER SERVICE ?


 If you are trying to get free support then I agree, your expectation level
 is too high. Microsoft doesn't offer free support, neither does Oracle,
IBM,
 Sun or most other database integration companies. Allaire shouldn't be
 expected to behave any differently. If you can't solve the problem with
 Allaire Forums or CF_Talk, then pay for the support call and move on. How
 much lost time and money did you lose waiting nine days? $100 to $200 for
a
 support call is a very good value. Pay it, and move on soldier. g

  - Steve

 Steve Pierce, HDL
 "Co-Location starting $99 per month, no setup fee"
 (734) 482-9682 | mailto:[EMAIL PROTECTED] | http://HDL.com





 -Original Message-
 From: Marcus [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, September 07, 2000 1:03 PM
 To: [EMAIL PROTECTED]
 Subject: RE: PROBLEM with ALLAIRE CUSTOMER SERVICE ?


  Does anyone have tried to contact Allaire Customer support ?
 
  I tryed many times, for the past 9 days and I never received any
  answer form
  Allaire Company!
 
  Am I the only one facing this problem?

 I have been... When I finally was contacted by someone at Allaire, it
wasn't
 a tech support person trying to fix the problem. It was instead a salesman
 trying to sell me a $28,000 support package from Allaire. And when I
 commented that I didn't appreciate someone trying to sell me support when
I
 was still trying to resolve an issue, I was told that Allaire needed to
make
 money.

 Marcus


 --
--
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.

 --

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



PROBLEM with ALLAIRE CUSTOMER SERVICE ?

2000-09-07 Thread Yanik Lupien

Does anyone have tried to contact Allaire Customer support ?

I tryed many times, for the past 9 days and I never received any answer form
Allaire Company!

Am I the only one facing this problem?


Yanik Lupien

Visicom Media
http://www.visic.com
http://www.gograph.com

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: SSL and Netscape

2000-08-28 Thread Yanik Lupien

If you specify the CFID and CFTOKEN in all URL it's not work ???

Yanik Lupien

- Original Message -
From: "David E. Crawford" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, August 28, 2000 10:36 AM
Subject: Re: SSL and Netscape


 Netscape establishes the cookies for a site based on the port, so when you
 move between one port and another the cookies set for CFID/CFTOKEN which
 enable session tracking change.  I have recently ran into this and wound
up
 beating my head against the wall.  There is no solution that I am aware
of.

 DC

 - Original Message -
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, August 28, 2000 14:29
 Subject: SSL and Netscape


  Hey,
 
  I'm running a multi-domained site having both dot net and dot com
  variants.
  Due to supporting both domains I've had to install two Verisign SSL
  keys. One
  for dot net domain on standard SSL port and the other dot com assigned
  to a
  non-standard port.
 
  The problem I'm having, is when Netscape (4.5) transistion to SSL on the
 
  non-standard SSL port the CF session variables are lost ... that is they
  do
  not exist. I have no problem with SSL thru IE and Netscape works fine
  with
  the standard SSL port.
 
  Anyone, have this kind of problem? Then again maybe I'm barking up the
  wrong
  tree.
  
  --
  Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
  To Unsubscribe visit
  http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
  or send a message to [EMAIL PROTECTED] with
  'unsubscribe' in the body.
 

 --

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CF_GOgraph

2000-08-25 Thread Yanik Lupien

Et bien j'en connais 2 !

Mon collège de travail ansi que moi. à part ça je sais pas !

Vous connaissez le coin ?

Yanik Lupien

- Original Message -
From: "Milks, Jim" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, August 24, 2000 2:53 PM
Subject: RE: CF_GOgraph


 Beaucoup de CF a Brossard?

 JM

 -Original Message-----
 From: Yanik Lupien
 To: [EMAIL PROTECTED]
 Sent: 24/08/00 11:34 AM
 Subject: CF_GOgraph

 Hi, I'm working on a project called GOgraph, it's a search engine where
 you
 can search images (over 20 000)!
 I have also write a custom tag to help Cold Fusion partners to embed our
 search engin on there site (Using WDDX)!

 I need help to test it!, I need comment on the custom tag and the doc
 file!

 Before you can test it be sure to add you IP Address in the "Setup your
 servers IP" you can use wildcard like "207.253.24.*" if you use a DHCP
 server.

 Anyone can help me?

 The GOgraph search engin URL
 http://www.gograph.com

 Register here it's the free trial system! (Not finish but work)
 http://www.gograph.com/fusion/en/cf_gograph/index.cfm

 Thank you

 Yanik Lupien

 Visicom Media
 http://www.visic.com


 
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
 or send a message to [EMAIL PROTECTED] with
 'unsubscribe' in the body.
 --

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CF_GOgraph

2000-08-25 Thread Yanik Lupien

Aucun problem pour le français !

Cold Fusion commence à être populaire ici mais il n'y a quand même pas
beaucoup de conaisseur de cette technologie, il y a quand même quelque
compagnie qui l'utilise mais pas plus que ça, si la compagnie ou je
travaille l'utilise c'est que je leur ai recommendé tout simplement!

Tu n'as pas essayé CF_GOgraph test la c'est très simple, il y a même un
example inclus dans le fichier .zip ?

Ps. il est très beau votre site !

Yanik Lupien

- Original Message -
From: "Milks, Jim" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, August 25, 2000 9:16 AM
Subject: RE: CF_GOgraph


Pas plus que ca, mais ton nom m'a dit que tu etait probablement québecois ou
francais, alors j'ai visité ton site et j'ai vu l'addresse. J'était curieux
si CF commencait a etre populaire au Quebec, ca ca commence dans notre coin
a Hull/Ottawa.

JM

PS: Pardonne mon francais...je fait mon possible

-Original Message-----
From: Yanik Lupien
To: [EMAIL PROTECTED]
Sent: 25/08/00 8:59 AM
Subject: Re: CF_GOgraph

Et bien j'en connais 2 !

Mon collège de travail ansi que moi. à part ça je sais pas !

Vous connaissez le coin ?

Yanik Lupien

- Original Message -
From: "Milks, Jim" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, August 24, 2000 2:53 PM
Subject: RE: CF_GOgraph


 Beaucoup de CF a Brossard?

 JM

 -Original Message-
 From: Yanik Lupien
 To: [EMAIL PROTECTED]
 Sent: 24/08/00 11:34 AM
 Subject: CF_GOgraph

 Hi, I'm working on a project called GOgraph, it's a search engine
where
 you
 can search images (over 20 000)!
 I have also write a custom tag to help Cold Fusion partners to embed
our
 search engin on there site (Using WDDX)!

 I need help to test it!, I need comment on the custom tag and the doc
 file!

 Before you can test it be sure to add you IP Address in the "Setup
your
 servers IP" you can use wildcard like "207.253.24.*" if you use a DHCP
 server.

 Anyone can help me?

 The GOgraph search engin URL
 http://www.gograph.com

 Register here it's the free trial system! (Not finish but work)
 http://www.gograph.com/fusion/en/cf_gograph/index.cfm

 Thank you

 Yanik Lupien

 Visicom Media
 http://www.visic.com




 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit

http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
 or send a message to [EMAIL PROTECTED] with
 'unsubscribe' in the body.


--

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or
send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=stsbody=sts/cf_talk or send
a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CF_GOgraph

2000-08-24 Thread Yanik Lupien

Hi, I'm working on a project called GOgraph, it's a search engine where you
can search images (over 20 000)!
I have also write a custom tag to help Cold Fusion partners to embed our
search engin on there site (Using WDDX)!

I need help to test it!, I need comment on the custom tag and the doc file!

Before you can test it be sure to add you IP Address in the "Setup your
servers IP" you can use wildcard like "207.253.24.*" if you use a DHCP
server.

Anyone can help me?

The GOgraph search engin URL
http://www.gograph.com

Register here it's the free trial system! (Not finish but work)
http://www.gograph.com/fusion/en/cf_gograph/index.cfm

Thank you

Yanik Lupien

Visicom Media
http://www.visic.com



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CF_GOgraph

2000-08-24 Thread Yanik Lupien

Excuse me for duplicate message !

Yanik Lupien

Visicom Media
http://www.visic.com
http://www.gograph.com

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.