Nooooo. Let me try and prevent the pain I had to go through.

We avoided Uniobjects because by design its use is for client/server
And it doesn't handle multiple concurrent requests. Knowing this
We used UniOLEDB and it turned out to have concurrency issues as well
whereby the driver threads correctly but the unirpc service queues
All requests and processes them serially. On a simple
Query 1 user takes 5 seconds and if 2 users hit the page they both take
9 to 10 seconds and so on. Our backend is Unidata 5.2 so it may be
different
for universe but please, please do some concurrency testing before you
Embark on any project. We have had to rewrite totally with Raining
Data's
Pick Data provider.

Cheers

Nick

-----Original Message-----
From: Cooper, Rudy [mailto:[EMAIL PROTECTED] 
Sent: 26 February 2004 21:46
To: [EMAIL PROTECTED]
Subject: Uniobjects & Asp


Hello Everyone,

I have a requirement to use Asp with Uniobjects.  Our OS is W2K and the
backend is UV 10.0.10.  I was thinking about creating ActiveX Dll's in
VB6 that would do things like create a UV session, instantiate subr
object, etc.  I read in the u2-users list archive something to the
effect of Uniobjects not being thread safe.  Does that still hold true ?
If so how do you make it thread safe ?

thx,

rudy

-- 
u2-users mailing list
[EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users

This correspondence is confidential and is solely for the intended
recipient(s). If you are not the intended recipient, you must not use,
disclose, copy, distribute or retain this message or any part of it. If you
are not the intended recipient please delete this correspondence from your
system and notify the sender immediately. 

No warranty is given that this correspondence is free from any virus.  In
keeping with good computer practice, you should ensure that it is actually
virus free. E-mail messages may be subject to delays, non-delivery and
unauthorised alterations therefore, information expressed in this message is
not given or endorsed by Open and Direct Group Limited unless otherwise
notified by our duly authorised representative independent of this message.

Open and Direct Group Limited is a limited company registered in United
Kingdom under number 4390810 whose registered office is at 10 Norwich 
Street, London, EC4A 1BD

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to