Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Discussions (General)
 Performanc and Compiling code
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

wiltech
Starting Member

17 Posts

Posted - 30 January 2003 :  04:38:00  Show Profile
Has anyone looked at the performance of this code, would it be more efficient if it were compiled into one/several DLL files?

Thanks
Tony W
www.cjoffroad.com

CJOffroad.com

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 30 January 2003 :  04:52:33  Show Profile  Visit Kat's Homepage
You can see how fast these pages process by looking at the message on each screen. For example this page took 0.2 seconds to load.

KatsKorner

Installation Help | Snitz Mods | Forum Hosting
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20600 Posts

Posted - 30 January 2003 :  05:34:27  Show Profile  Visit HuwR's Homepage
Yes it would be more efficient if it was in one or more compiled dll's, but then it wouldn't be an ASP forum
Go to Top of Page

Gremlin
General Help Moderator

New Zealand
7528 Posts

Posted - 30 January 2003 :  07:10:08  Show Profile  Visit Gremlin's Homepage
And it would most likely prevent a lot of people from being able to use it too, it's not the easiest to convince a webhost to just randomly register a few DLL's on their server :)

Kiwihosting.Net - The Forum Hosting Specialists
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 30 January 2003 :  07:22:49  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Yes, most hosts don't allow their customers to install custom dll's.
And anyone who uses a free host would be unable to use Snitz.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

Doug G
Support Moderator

USA
6493 Posts

Posted - 30 January 2003 :  11:48:49  Show Profile
Not to mention a substantial coding effort would be needed to implement COM objects. And after all that work who knows if the application would perform better.


======
Doug G
======
Computer history and help at www.dougscode.com
Go to Top of Page

wiltech
Starting Member

17 Posts

Posted - 30 January 2003 :  22:56:22  Show Profile
quote:
Originally posted by Kat

You can see how fast these pages process by looking at the message on each screen. For example this page took 0.2 seconds to load.
I'm aware of this
quote:
Originally posted by OneWayMule
Yes, most hosts don't allow their customers to install custom dll's.
quote:
Originally posted by Gremlin
it's not the easiest to convince a webhost to just randomly register a few DLL's on their server :)
I work for an ISP so it's not a problem for me
quote:
Originally posted by Doug G
Not to mention a substantial coding effort would be needed to implement COM objects. And after all that work who knows if the application would perform better.
I just wondered if anyone has any experience with it.

Thanks
Tony W

CJOffroad.com
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 31 January 2003 :  00:15:05  Show Profile
I had tried it once and have thought about doing it again. Release it as a mod for those who are intrested. But I don't have enough knowledge in working with dll files and how the variables and permissions work so I ended up with a lot of errors when I tried.

Support Snitz Forums
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 31 January 2003 :  02:10:58  Show Profile
I have tried and converted the code on few pages so as to use classes. Requires a lot of time.
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20600 Posts

Posted - 31 January 2003 :  05:13:40  Show Profile  Visit HuwR's Homepage
quote:

I just wondered if anyone has any experience with it.


Yes I write com objects and ISAPI dll's for a living, but like I said, it would no-longer be an ASP forum, so would be a bit pointless.
Go to Top of Page

botNET
Starting Member

33 Posts

Posted - 16 February 2003 :  08:49:43  Show Profile
Use of .DLL-files as I see it is to "extend" the functionality of ASP ;)

The performence might be better but the most winning is the scalibility you gain when using .DLL-files instead of "pure asp" pages.
You can split the application up in presentation - biz/bizdata - data layers or whatever layer architecture You like (i use the 4-layer implementation alot in my projects).

the only negative thing is that You must have "control" over the server to be able to register the .dll-files :( ... we are a minority who can ....

/botNET
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.46 seconds. Powered By: Snitz Forums 2000 Version 3.4.07