RE: [U2] UniObject Problem

2004-06-30 Thread John Jenkins
] Subject: RE: [U2] UniObject Problem Just want to give my two cents. Yes, there is a threading issue with using Uniobjects with IIS to talk to Universe. Universe is not thread safe/aware with regards to Uniobjects. IIS uses a threading model to talk to multiple web connections, and when those

RE: [U2] UniObject Problem

2004-06-30 Thread Nick Southwell
the problem but more testing is required to confirm it) Hope that helps Nick -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: 30 June 2004 23:02 To: [EMAIL PROTECTED] Subject: FW: [U2] UniObject Problem Anyone care to comment on this one? I'm curious! Martin Scholl

RE: [U2] UniObject Problem

2004-06-29 Thread Tsombakos, John
Jun 2004 07:54:59 -0700 From: Wendy Smoak [EMAIL PROTECTED] Subject: RE: [U2] UniObject Problem Kevin Vezertzis wrote: Has anyone had experience or problems interfacing UniObjects directly to .ASP? We are seeing errors when two simultaneous users are making requests to the database

[U2] UniObject Problem

2004-06-28 Thread Kevin Vezertzis
We are looking for some insight from anyone that has experienced performance degradation in UV, as it relates to the OS. We are running UV 10.0.14 on AIX 5.1.we are having terrible 'latency' within the application. This is a recent conversion from D3 to UV and our client is extremely

RE: [U2] UniObject Problem

2004-06-28 Thread Dave Tabor
PROTECTED] Subject: [U2] UniObject Problem We are looking for some insight from anyone that has experienced performance degradation in UV, as it relates to the OS. We are running UV 10.0.14 on AIX 5.1.we are having terrible 'latency' within the application. This is a recent conversion from D3 to UV

RE: [U2] UniObject Problem

2004-06-28 Thread Dave Tabor
Sorry.. Typo. Make that AIX 5.1 ML-05 as the fix. - Dave -Original Message- From: Dave Tabor Sent: Monday, June 28, 2004 9:58 AM To: '[EMAIL PROTECTED]' Subject: RE: [U2] UniObject Problem Hi, A similar problem, if the recent conversion included upgrading TO AIX 5.1. We also had

[U2] UniObject Problem

2004-06-28 Thread Kevin Vezertzis
Please disregard the previous email.this is the question that was intended. Hello all, Has anyone had experience or problems interfacing UniObjects directly to .ASP? We are seeing errors when two simultaneous users are making requests to the database. Thanks, Kevin [demime 1.01d

Re: [U2] UniObject Problem

2004-06-28 Thread Scott Richardson
unique AIX login names/id's? What specifc revisions of AIX, including specific patch levels? - Original Message - From: Kevin Vezertzis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 28, 2004 9:30 AM Subject: [U2] UniObject Problem We are looking for some insight from anyone

RE: [U2] UniObject Problem

2004-06-28 Thread Wendy Smoak
Kevin Vezertzis wrote: Has anyone had experience or problems interfacing UniObjects directly to .ASP? We are seeing errors when two simultaneous users are making requests to the database. I believe this is a known issue, check the archives for more info. Here's the first thread I turned up,

Re: [U2] UniObject Problem

2004-06-28 Thread FFT2001
In a message dated 6/28/2004 9:50:56 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: UniObjects is not thread safe (Will be hopefully with the .NET version that comes out any day now). The connections cross. What exactly does this mean? Are you saying that if two people are using

RE: [U2] UniObject Problem

2004-06-28 Thread Daly, Mark
] [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 1:52 PM To: [EMAIL PROTECTED] Subject: RE: [U2] UniObject Problem This is exactly the methodology I use and we've yet to have a problem...Call to COM object, object opens connection, gets data, closes connection. I wouldn't recommend

RE: [U2] UniObject Problem

2004-06-28 Thread Bjorn Behr
PROTECTED] Subject: [U2] UniObject Problem Please disregard the previous email.this is the question that was intended. Hello all, Has anyone had experience or problems interfacing UniObjects directly to .ASP? We are seeing errors when two simultaneous users are making requests to the database