[AccessD] Learning .Net -- PHP Instead?

Drew Wutka DWUTKA at Marlow.com
Wed Jun 24 17:06:23 CDT 2009


It is!  You can multithread in VB 6, though it's compartmented (sorry,
long day, I might have the terminology wrong).  It will run two distinct
thread ID's, and the processes will run completely separate.  (One can
error out, and stop, and the others will keep going).  One funny thing I
noticed back when I played around with that, is that in testing, I ran a
database dump, where my routine was dumping dummy data into a table.
Running against a 97 .mdb, it would eventually crash, due to a writing
clash (because since the code was running in separate threads, the OS,
not the program, was handling which process got to do what first..., so
two 'writes' at the exact same time could clash), and I would end up
with a  corrupted database.  Didn't have that problem with a 2000
database, left it running until it filled the database, never crashed.
Who'da thunk that a 2000 mdb would be more stable then a 97 mdb in any
aspect! ;)

Drew

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Jim Lawrence
Sent: Wednesday, June 24, 2009 4:13 PM
To: 'Access Developers discussion and problem solving'
Subject: Re: [AccessD] Learning .Net -- PHP Instead?

Oh no more to learn... why did I ever get into the computer business.
;-)

The multi-threaded programming sounds very interesting, though.

Jim

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Shamil
Salakhetdinov
Sent: Wednesday, June 24, 2009 12:58 PM
To: 'Access Developers discussion and problem solving'
Subject: Re: [AccessD] Learning .Net -- PHP Instead?

<<<
...I think I have covered the highlights...
>>>
Hi Jim,

I suppose that:

5. Windows Communication Foundation (WCF) 
6. Windows Workflow foundation (WF)
7. Windows Presentation Foundation (WPF)
...

Are "must have" additions to your list if you just wanted to stay within
web
development area.

The information contained in this transmission is intended only for the person or entity 
to which it is addressed and may contain II-VI Proprietary and/or II-VI Business 
Sensitive material. If you are not the intended recipient, please contact the sender 
immediately and destroy the material in its entirety, whether electronic or hard copy. 
You are notified that any review, retransmission, copying, disclosure, dissemination, 
or other use of, or taking of any action in reliance upon this information by persons 
or entities other than the intended recipient is prohibited.





More information about the AccessD mailing list