Re: [U2] Universe web connectivity

2009-09-24 Thread George Land
On 24/09/2009 00:05, Doug dave...@hotmail.com wrote: We do not require you to use IBM connection pooling since we handle this through UOJ and our connection manager. It's worth noting that if you use any software that connection pools you are obliged to buy database connection pooling

Re: [U2] IBM Certification: CertMag Invitation - Amex Gift Certificate Drawing

2009-09-24 Thread Results
This is the official word from Susie Seigesmund and from IBM: Yes, we [Rocket] will honor existing certifications, and indeed will be administering the same certifications at u2U in Liverpool and Sydney. IBM just doesn't want folks to be registering for these via IBM going forward. Cheers,

Re: [U2] Universe web connectivity

2009-09-24 Thread Mats Carlid
We let Apache (inearlier days Netscape web server) use the CGI-interface to call a tiny ksh that calls universe with the POST-ed form in raw format - works with GET too, today. There a relatively small basic routine parses it and places the info in named common. One always present form

Re: [U2] Universe web connectivity

2009-09-24 Thread Brutzman, Bill
Consider Adobe Flex, now being reBranded as FlashBuilder. --Bill Brutzman ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

[U2] Connection Pooling Statement

2009-09-24 Thread Doug
George, We do not do connection pooling or use multiplexing software. We have a connection manager written in Java to handle the connections to Universe or Unidata. We adhere to our IBM licensing agreement to the letter: one user one connection. Every call to the database requires a connection.

Re: [U2] Connection Pooling Statement

2009-09-24 Thread David Wolverton
Interesting! When we've tried to do the same, the time to login/logout/login again KILLED performance - and you had to do it for each 'piece' to stick to the letter of the law... Is UOJ somehow 'faster' at doing these Login/Out/In connections than other methods exposed by U2? -Original

[U2] Universe web connectivity

2009-09-24 Thread Bill Haskett
Matt: You can also use a product called DesignBais. It handles most of the issues you'll encounter going to a stateless environment. It has it's own framework already built so you can piggyback right onto these frameworks. It uses UniObjects and is easy to install and setup in a U2

Re: [U2] Universe web connectivity

2009-09-24 Thread Jeff Powell
Java - Tomcat and Glassfish (Sun Application Server) with Uniobjects. Matthew Day wrote: Hi, We currently have a system with a VB6 front end and use Universe for the database and business logic. We are looking to develop a web solution for our product. What are people using to inteface

Re: [U2] Connection Pooling Statement

2009-09-24 Thread Doug
David, I don't know what other methods you are using, but this performance speaks for itself. Within in our U2WebLink middleware Java code, we have replication logic. This is not something you would think about for UOJ or the web, but it is an integral part of the nature of this environment

Re: [U2] Connection Pooling Statement

2009-09-24 Thread George Land
On 24/09/2009 16:45, Doug dave...@hotmail.com wrote: George, We do not do connection pooling or use multiplexing software. I'm sorry, I didn't mean to imply that you did. I was trying to make a general point that you need connection pooling licences if you connection pool however you do it.

Re: [U2] Connection Pooling Statement

2009-09-24 Thread David Wolverton
If you log off and on, it does satisfy the licensing - letter and intent... BUT usually the performance hit is so high that it FORCES you to connection pooling - or to have lots more seats! Both of which make IBM-Rocket happy. g I'm still wondering how they can get 175 users through 2 seats --

Re: [U2] Connection Pooling Statement

2009-09-24 Thread Doug
They have a home grown telnet application that runs their business on Universe. The CRM and Document Management that we supply, is just for the sales people, customer service, agents, and management with over 175 logins. How many are in use at a specific moment in time? I don't know, but I

Re: [U2] Connection Pooling Statement

2009-09-24 Thread Colin Alfke
My guess is that you're taking users as concurrent logged in users while Doug means them more as staff that may require access to the application. The various API's seem to login much faster than telnet (plus it's much easier to keep the login credentials than setup login scripts in your telnet

Re: [U2] Connection Pooling Statement

2009-09-24 Thread Tony Gravagno
According to the letter of the U2 terms, common usage of the environment is prohibited without the purchase of a connection pooling license - that means many of you are in violation right now. I personally don't approve of a vendor who has a potential lawsuit pending over a large segment of their

Re: [U2] Connection Pooling Statement

2009-09-24 Thread phil walker
Tony, well said. I had not really considered your examples as breaches but if you take the letter of the law I guess they are, which like you says would probably put 99% of sites in the violation of licensing bucket... -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] Connection Pooling Statement

2009-09-24 Thread Ross Ferris
Doug, I fear that if you look at the terminology and description that IBM (Rocket may change, but somehow I doubt it) use to describe a connection pool, though you may like to think that your connection manager is different, I fear you may fall foul of their definition and if you look at

Re: [U2] Connection Pooling Statement

2009-09-24 Thread Ross Ferris
David, I think your problem may be that you are logging only when you get a request? If you were to have lines pre-logged-in, though the complexity of the middleware increases, you may find a corresponding increase in performance ... and with a little more effort you may also decide to NOT kill a

Re: [U2] Connection Pooling Statement

2009-09-24 Thread Charles Stevenson
I'm missing something. We ran Redback without connection pooling. Is that an exception because it's a U2 product or were we in violation? Ross Ferris wrote: Doug, I fear that if you look at the terminology and description that IBM (Rocket may change, but somehow I doubt it) use to describe a

Re: [U2] Connection Pooling Statement

2009-09-24 Thread Glenn Batson
I RedBack you would be using WebShares which is basically like Connection Pools. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charles Stevenson Sent: Thursday, September 24, 2009 3:40 PM To: U2 Users List Subject:

Re: [U2] Connection Pooling Statement

2009-09-24 Thread Ross Ferris
I don't believe IBM could have exceptions, ESPECIALLY in the USA, as my understanding is that monopoly and anti-trust laws click in. However, if my foggy memory serves me correctly, price of a Redback licence corresponded to the price of a connection pool licence, and I believe set the bar for

Re: [U2] Connection Pooling Statement

2009-09-24 Thread Ross Ferris
Interestingly, one of the scenario's we ran past IBM back in April/March was the use of disk shares, where people could drop files from windows applications which would be picked up by a U2 phantom processed they characterised this as requiring a connection pool licence! Ross Ferris Stamina

Re: [U2] Connection Pooling Statement from a different perspective

2009-09-24 Thread ozemail
We as a community want U2 technology to have all the bells and whistles and to market and generally upgrades its game. But many of us want U2 to do it for free. If we don't buy appropriate numbers of licenses, then U2 will not be a viable business proposition to a supplier. As a customer we

Re: [U2] Connection Pooling Statement

2009-09-24 Thread David Wolverton
You have WEBSHARES... Those are your 'pooling' elements! DW -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charles Stevenson Sent: Thursday, September 24, 2009 5:40 PM To: U2 Users List Subject: Re: [U2]

Re: [U2] Connection Pooling Statement from a different perspective

2009-09-24 Thread Kevin King
Well stated, David! ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Connection Pooling Statement

2009-09-24 Thread Tony Gravagno
Consider this an AD even though I also propose using freeware... From: Ross Ferris Interestingly, one of the scenario's we ran past IBM back in April/March was the use of disk shares, where people could drop files from windows applications which would be picked up by a U2 phantom

Re: [U2] Connection Pooling Statement

2009-09-24 Thread Marc Harbeson
Woa - this one right here just picked up a large pack of users. LOL -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ross Ferris Sent: Thursday, September 24, 2009 6:52 PM To: U2 Users List Subject: Re: [U2]

Re: [U2] Universe web connectivity

2009-09-24 Thread John Hester
We use IHS (IBM's version of Apache) and WebSphere AppServer along with UOJ to connect to UV. Each user-initiated UOJ subroutine call to UV establishes a new logged-in session that consumes a license while the subroutine runs. When the data is returned to UV, the session logs off and the license

Re: [U2] Connection Pooling Statement

2009-09-24 Thread Steven M Wagner
Ross The question that I would ask, Was this one-directional? PC to U2. Or bi-directional? PC to U2 and back. One-directional is data collection.   Bi-directional could be seen as a way around buying licences. Steve -- Sent from my Palm Pre Ross Ferris wrote: Interestingly, one of the

Re: [U2] Connection Pooling Statement

2009-09-24 Thread Charles Stevenson
Exactly. It's been a while since I've been involved with RedBack, or been involved in the contracts, but webshares are paid for as part of RedBack, not UV or UD, aren't they? Dollars lost on the DB side are gained on the RedBack side. Since our Vendor De Jour owns both pieces, they don't

Re: [U2] Connection Pooling Statement

2009-09-24 Thread George Land
But what you are describing is connection pooling which is when you need connection pooling licenses. George On 24/09/2009 23:27, Ross Ferris ro...@stamina.com.au wrote: David, I think your problem may be that you are logging only when you get a request? If you were to have lines

Re: [U2] Connection Pooling Statement

2009-09-24 Thread George Land
It is the exception, you are deemed to be using an approved connection pooling mechanism and a redback webshare costs the same as a connection pooled database license except for the fact that that you need to buy a database license as well as the redback license George On 24/09/2009 23:39,