× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



> >There are many courses for ASP and hundreds of books.  ASP is
the 
> >second most popular web server scripting languages, next to 
> PHP.  ASP 
> >and Visual Basic are extremely close.  It uses VBScript as the
script 
> >language (ASP is vbscript with the additional ASP object 
> model).  And 
> >no, programming in ASP is not a "bad thing" (outside of the 
> normal Windows thing ;) ).

For real perform, use ASP as the framework and then write 
your code in VB6 as activex dlls.

The asp just invokes the dll, which will then stay memory 
resident as long as the web session continues. 

One copy of the program will serve hundreds or thousands of 
simultaneous users, making a small memory footprint. 
(Each session has its own memory area.)

The other nice thing is that the Vb dll only 'sees' one session 
at a time, and it maintains state internally, which 
makes the programming really simple. 

You just pass the Request and response objects to the VB code. 

We've run over a thousand connections at once to a Win 
2000 server, 512Mb RAM, with sub second response time.

Brad Jensen
LaserVault Report Archiving
Image Everywhere Document Management
Content Express E-Delivery
www.elstore.com



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.