make ... threads 1024 for more speed... david ----- Original Message ----- From: "Vinay gb" <[EMAIL PROTECTED]> To: "inFusion Support List" <[EMAIL PROTECTED]> Sent: Thursday, October 31, 2002 1:18 AM Subject: Re: [iMS] Urgent information required !
> Hi > Now <cfx_imsMail> is working fine with the remote IMS mail server. Now I want to increase the performance. For that I have to made any settings in POST configuration in IMS server ? > The tag generates One common mail data file and control files for each domain. So it that makes any performance difference if I make the query as group by domain name and specify it in mail tag. ie > <cfx_imsMail spoolDir="\\Server1\C$\Ims\Out\" > query="getMembers" .... > > where getMembers ="select email_id from tbl.... group by emali_domain" > Is it makes any performance difference ? also suggest POST settings for sending above 90000 mails at a time. Right now I have following Settings > POST settings. > Maximum Threads : 255 > Max dilevary time :24 > Dilevery waring after:4 > Maximum MX cache records:0 ??? should i give some value > MX Resolve Time out:30 > Maximum size of processes queue:0 > Maximum total bandwidth:0 > Minimum bandwidth per thread: 100 > allocation Factor: 125 > What is menat by simeltaneous app server connections in POST configuration tab ? i have no idea about it . > > > > > > > ----- Original Message ----- > From: "Howie Hamlin" <[EMAIL PROTECTED]> > Date: Tue, 29 Oct 2002 07:48:30 -0500 > To: inFusion Support List <[EMAIL PROTECTED]> > Subject: Re: [iMS] Urgent information required ! > > > > Answers below.... > > > > ----- Original Message ----- > > From: "Vinay gb" <[EMAIL PROTECTED]> > > To: "inFusion Support List" <[EMAIL PROTECTED]> > > Sent: Tuesday, October 29, 2002 2:22 AM > > Subject: [iMS] Urgent information required ! > > > > > > > Hi respected sir, > > > I am using IMS mail server for my site which is in Coldfusion. My site sending news lterrets in Bulk ( in lakhs of > > mumbers). I want to seperate Coldfusion server and IMS mail server services into different machiens . Is it possible ? > > if possible how can i configure CF_imsMail Tag in coldfusion server ? > > > > You'll need to add a parameter to the CFX_iMSMail tag and configure ColdFusion on the web server so that it has access > > to the other server. By default, the ColdFusion service logs in as a system service which has no access rights to other > > servers. You need to configure the ColdFusion service to log in as a user with access rights to the other server. Once > > you do that you need to restart ColdFusion for the change to take affect. > > > > Then, you need to add the SpoolDir parameter to the cfx tag. The SpoolDir parameter tells the tag where to put the > > outgoing mail. For example, if iMS is installed on a machine called "Server1" and it's in the c:\ims\ folder then your > > spooldir would look something like: > > > > spooldir=\\server1\c$\ims\out\ > > > > This tells the tag to write mail to server1 in a share called c$ and in the \ims\out folder. > > > > > I installed ColdFusion server in Machine1 and IMS Mail server in machine2. I coppied the CF_imsMail.dll to > > machine1(where Coldfusion server resides) and configured that dll in Coldfusion server administration But it gives err > > saying > > > "The library associated with the custom tag CFX_IMSMAIL (d:\cfusion\custom tags\cfx_iMSMAIL.dll) was not found " > > > I checked the path & dll all are correct. > > > > > > > Try restarting the ColdFusion service. All you should need to do is configure the path to the DLL. > > > > Regards, > > > > Howie > > > > > Please help me since i want to seperate both at any cost because while sending bulk mail system hangs because of > > overload caused by Coldfusion server, mailserver , web server all r in same system > > > Please Help me. > > > > > > -- > > > __________________________________________________________ > > > Sign-up for your own FREE Personalized E-mail at Mail.com > > > http://www.mail.com/?sr=signup > > > ==^======================================================= This list server is Powered by iMS "The Swiss Army Knife of Mail Servers" -------------------------------------- To leave this list please complete the form at http://www.coolfusion.com/iMSSupport.cfm Need an iMS Developer license? Sign up for a free license here: http://www.coolfusion.com/iMSDevelopers.cfm List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/ Note: You are subscribed as [email protected] ==^=======================================================
