Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
2 registered (Buchleiter, 1 invisible), 25 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 11/20/08
Posts: 11
Top Posters (30 Days)
Ruben Rocha 105
Rick 80
Mark S 72
Thelockman 58
Gizmo 54
Sirdude 35
driv 35
ntdoc 32
packlite 24
AllenAyres 22
Latest Photos
bear test
Beach Barbie-Q
Sunset
Accept the challenge!
Trees
Page 1 of 2 1 2 >
Topic Options
Rate This Topic
#108967 - 10/24/00 09:14 PM Ultimate BB Performance Issues - Win2000
Anonymous
Unregistered


Hello. I just installed UltimateBB free version for a test. Everything seems to work fine but when posting a message it takes like 20 seconds - a very long time?? Ultimate BB freeware version 2000d. Active Perl version 5.60.618. Windows 2000 Pro - 256mb RAM on a PIII-500mhz, using Personal Web Server. I plan to migrate this to my ISP later, which is on NT 4.0, but want to test it on this box at home before I buy the license. I'm no network administrator by any means, but surely I have enough horsepower to run this thing don't I??? The PC is also a fresh install of Win2k Pro with no other programs running. Are there any special configs I can do to make it run faster? If you'd like to see what I'm talking about - go to http://guthary.dns2go.com/cgi-bin/Ultimate.cgi (it's just a real quick test installation). Any help would be greatly appreciated.

[This message has been edited by guthary (edited 10-26-2000).]

Top
#108968 - 10/24/00 11:39 PM Re: Ultimate BB Performance Issues - Win2000
Anonymous
Unregistered


That *IS* weird. I registered (as TOCie) and posted in your General forum.

I'm moving this to the Win32 install forum for further followups. The NT/Win2k gurus hang out there.

------------------
Charles Capps, Moderator, Post-Install Troubleshooting
PLEASE NOTE: Due to time limitations, I do not provide UBB support via email.

Top
#108969 - 10/25/00 09:14 AM Re: Ultimate BB Performance Issues - Win2000
Anonymous
Unregistered


I'm having the exact same problem. I installed the free version yesterday. My server is almost identical to yours: Win2K server, 256MB ram, big fast disk, IIS5 and everything runs fast!

After getting UBB installed, it takes between 2 and 3 minutes to post a message.

I really need to get this resolved before I roll UBB onto my public site. Any ideas would be greatly appreciated!

Top
#108970 - 10/25/00 05:06 PM Re: Ultimate BB Performance Issues - Win2000
Anonymous
Unregistered


Oh good I'm not the only one...

I just installed the freeware UBB version on my w2k adv. server box this morning, using IIS 5 (SP1). Messageboard works great... it's just SLOW in posting/making new msgs. System is a dualie PPro 200, 192MB ram, latest version of ActivePerl.

Could this be a perl/cgi optimization thing with IIS 5? I'm still researching... any feedback from the UBB guru's around here will be greatly appreciated... if I discover anything I'll be sure to post it.

K2 www.hardfought.org

Top
#108971 - 10/25/00 11:23 PM Re: Ultimate BB Performance Issues - Win2000
Anonymous
Unregistered


Same thing here, Win2k AS, SP1, 256ram/dual PII/350. Glad to at least see Im not the only one

Top
#108972 - 10/26/00 11:01 AM Re: Ultimate BB Performance Issues - Win2000
Anonymous
Unregistered


Question - how was Win2k installed on these machines? Was it already installed on them out of the box as a preconfigured option from a VAR - i.e. Dell, etc.?

------------------
Regards,

Brett Harris
Director of Technical Information, Infopop Corporation

Top
#108973 - 10/26/00 01:06 PM Re: Ultimate BB Performance Issues - Win2000
Anonymous
Unregistered


Not in my case... it was a custom install. I chose 'standard PC' install to keep ACPI from sticking most of my devices on IRQ 9... other than that it was pretty straight forward. I installed SP1 *right* after w2k adv server was installed... then installed ActivePerl 5.6 shortly there after. I followed the steps found via the winNT install guide on how to map perl/cgi to IIS 4 (pretty much the same steps for IIS 5) which worked no problems, and still works... it's just sloooowww.

I am running 2 MRTG scrips in the background which run every five minutes (they also use perl) on the same server... I though maybe they might be the problem so I disabled them. Nothing changed in terms of the UBB posting speed

To me this just seems like a case of the cgi scripts taking their sweet time to run... ? Is there a way to configure IIS 4/5 so its optimized for perl/cgi?

EDIT - I checked what ISAPI filters were installed on IIS 5 (I didnt add them, they were there by default)... and these are global, so they affect any and all web servers being ran on the box. They are, in this order...

sspifilt - priority high
compression - high
md5filt - low
fpexedll.dll - low
rpcproxy - low

Maybe these make a difference.

[This message has been edited by k2_1971 (edited 10-26-2000).]

Top
#108974 - 10/26/00 01:51 PM Re: Ultimate BB Performance Issues - Win2000
Anonymous
Unregistered


OK I think I found something... I read in the ActivePerl help guide that there is a dynamic link library for perl called PerlIS.dll that you can load in the IIS 4/5 ISAPI filter module that's supposed to speed up any calls made by the webserver to run anything perl-related (i.e. UBB)

Well... I cant get the damn thing to load ANY filter I try to load manually shows as 'not loaded'... I've restarted the WWW service and even rebooted the box itself... no go. Any ideas? am I even on the right track?

Top
#108975 - 10/26/00 02:25 PM Re: Ultimate BB Performance Issues - Win2000
Anonymous
Unregistered


There are a few thousand UBB's running IIS5 fast & successfully out of the box so we'll need to look for what's different.

Please check the mapping of .cgi and .pl Either perl.exe %s %s [case matters] or perlis.dll is fine. I doubt, however, the mapping is at issue.

I notice that the scripts run normally when simply reading files -- suggesting there is nothing amiss with the perl or its mapping.

The slow processes are the file write routines. In this case I would check the permissions. These are distinctly different in NT5 [and somewhat confusing if you are just using your NT4 background like me ]

What are the perms in the /ubb directories and their files? RWXD or even full control is required for the IUSR_[computername]. Is there a domain controller involved here? I've seen problems where domain controller configuration overrides the local machine.

Experiment with the permissions making sure the server can at least RWXD in the necessary directories.

Run the ubb_test.cgi script from your zip distribution to see what it says.


------------------
Michael Farris
OpenTopic Product Manager + UBB Enthusiast

Top
#108976 - 10/26/00 03:06 PM Re: Ultimate BB Performance Issues - Win2000
Anonymous
Unregistered


Thank you for the lead... doing some re-configuration and testing right now. I'll post a before and after settings list here shortly.

Top
Page 1 of 2 1 2 >


Moderator:  AllenAyres, Gizmo, Ian, Ron M 
Shout Box

Today's Birthdays
GOTMYSELFA...., smilinjack
Recent Topics
New members don't get access and are not displayed in the config panel
by Yomar
Today at 03:32 AM
How to Change Link Color / Underline in styles?
by ECNet
Yesterday at 10:00 PM
Chaging the "max online" number and date
by wanted
Yesterday at 02:22 PM
7.4.1. In Threaded Mode - "Mark All Read" Doesn't Work
by packlite
Yesterday at 10:26 AM
Custom island with sql connection
by Robje01
Yesterday at 09:13 AM
Forum Stats
4296 Members
33 Forums
30687 Topics
156012 Posts

Max Online: 978 @ 06/24/07 08:19 PM