Author |
Message
|
neeyo |
Posted: Tue Jul 27, 2004 6:50 am Post subject: Connection to AS/400 using DataQueue |
|
|
Newbie
Joined: 15 Jul 2004 Posts: 2
|
Is there a node out there for WBI-MB which can connect to AS/400 (iSeries) using the dataqueue on AS/400?
Thanks, |
|
Back to top |
|
 |
vennela |
Posted: Tue Jul 27, 2004 10:53 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Quote: |
dataqueue on AS/400 |
What is this queue |
|
Back to top |
|
 |
JLRowe |
Posted: Wed Jul 28, 2004 4:58 am Post subject: |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
There is no support for AS/400 dataqueue's, if you are desperate you could write custom java nodes to support them with the data queue classes in the iSeries java toolbox. |
|
Back to top |
|
 |
neeyo |
Posted: Wed Jul 28, 2004 6:39 am Post subject: |
|
|
Newbie
Joined: 15 Jul 2004 Posts: 2
|
Is there a way to write custom node in C/C++. This node needs to process close to 2 million transactions per day and performance (both response time and throughput) is a big issue. I thought Java will be slow as a node.
Thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jul 28, 2004 6:40 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
neeyo wrote: |
Is there a way to write custom node in C/C++. This node needs to process close to 2 million transactions per day and performance (both response time and throughput) is a big issue. I thought Java will be slow as a node.
Thanks |
Yes. There's a C API. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JLRowe |
Posted: Wed Jul 28, 2004 7:13 am Post subject: |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
|
Back to top |
|
 |
|