Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Forum - Sloooow Posting....Help!
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum - Sloooow Posting....Help!

 Post Reply Post Reply
Author
morganhuet View Drop Down
Newbie
Newbie
Avatar

Joined: 03 June 2003
Location: United States
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote morganhuet Quote  Post ReplyReply Direct Link To This Post Topic: Forum - Sloooow Posting....Help!
    Posted: 30 November 2003 at 10:20pm

Hello,

I posted a topic on Friday but didnt get any reply. Cry So I did some search over the weekend but still, cannot figure it out. I really hope you guys can help me!!!

The version of my forum is 7 (not the new one) and I run it against Access 2000 and while I've never had any problems with it, it's soooooooooooooooo slow each time you want to post a new topic that there must be something wrong with it. It takes like 2-3 minutes to post one reply, for real. I tried to compact the database, I tried to reboot the server but no luck. The rest of my site is running fine and fast, I own the server and it's got plenty of memory and bandwith. I'm just clueless on what I should do to fix the speed of the posting. The database is not even big, only 900 kb. The thing is I never get any error, it just takes forever.

Any idea?

Thanks for your assistance,

Morgan

Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 01 December 2003 at 3:27am
Are you using a remote SMTP server?

If so it could be that people have requested email notification and that the reason why it is slow when you post is that the application is whating for the SMTP server to responed before it completes the process of posting the post.

One way to test this could be to turn off email notification from the admin section and then post a post and see if it is faster.
Back to Top
morganhuet View Drop Down
Newbie
Newbie
Avatar

Joined: 03 June 2003
Location: United States
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote morganhuet Quote  Post ReplyReply Direct Link To This Post Posted: 01 December 2003 at 8:03pm

boRg,

You are absolutely correct, I disabled the email notification in the Admin panel and it works really good now. Now I'm not sure what I can do regarding the email. I own the email server (Cobalt Unix) and have checked all the settings, it seems to be working just fine. Maybe I should use the CDONTS component on the Win2K box instead of ASPemail? Do you have any suggestions?

Morgan

 

 

Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 02 December 2003 at 2:57am
It would probally be faster using CDONTS as the SMTP server it uses would be the local one, so no waiting for network transport etc.
Back to Top
Paul Lush View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 24 September 2003
Status: Offline
Points: 59
Post Options Post Options   Thanks (0) Thanks(0)   Quote Paul Lush Quote  Post ReplyReply Direct Link To This Post Posted: 02 December 2003 at 5:33am

If you want a faster email, use a component that just dumps email into a queue for sending.  CDOSYS does this with a small change - this is what I use for a local SMTP (I think AspEmail has a email-to-queue option as well)

Dim sch, cdoConfig
sch = "http://schemas.microsoft.com/cdo/configuration/
Set cdoConfig = Server.CreateObject("CDO.Configuration")
With cdoConfig.Fields
    .Item(sch & "sendusing") = 1 ' cdoSendUsingPickup
    .Item(sch & "smtpserver") = "localhost"
    .Item(sch & "smtpserverpickupdirectory") = "C:\inetpub\mailroot\pickup"
    .Item(sch & "flushbuffersonwrite") = "true"
    .update 'new
 End With 
         
Set objMessage = CreateObject("CDO.Message")
Set objMessage.Configuration = cdoConfig 
objMessage.Sender = "audit@irs.gov"
objMessage.To =  "wells@fargo.com"
objMessage.Send



Edited by Paul Lush
Back to Top
Paul Lush View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 24 September 2003
Status: Offline
Points: 59
Post Options Post Options   Thanks (0) Thanks(0)   Quote Paul Lush Quote  Post ReplyReply Direct Link To This Post Posted: 02 December 2003 at 5:37am

Originally posted by morganhuet morganhuet wrote:

CDONTS component on the Win2K box 

Use CDOSYS instead, then try persists

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.