Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
simultaneously
- Page 1
How to Efficiently Develop Apps for iOS and Android?
Programming
Software Development
2 Months Ago
by faisalsaraj
… Flutter, which allow you to develop app iOS and Android
simultaneously
. This not only saves time but also ensures a consistent…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by jkon
… a really high distance from viewport threshold, loading many images
simultaneously
upon page entry, while Firefox has a really low threshold…
Re: How to Efficiently Develop Apps for iOS and Android?
Programming
Software Development
2 Months Ago
by rproffitt
We stopped making apps and moved back to web pages tuned to mobile users. Part of the reason was Apple's draconian and costly app system. Put on the web and we're done. No dedicating a person to shepherd the app through the Apple gauntlet.
Re: How to Efficiently Develop Apps for iOS and Android?
Programming
Software Development
2 Months Ago
by gorgebutler
Developing apps for iOS and Android efficiently requires the right strategy and tools. Using cross-platform frameworks like Flutter or React Native helps save time and effort by allowing developers to write a single code base for both platforms. Optimizing performance, focusing on user-friendly design, and following platform-specific guidelines …
Re: How to Efficiently Develop Apps for iOS and Android?
Programming
Software Development
2 Months Ago
by Reverend Jim
>Part of the reason... I, for one, am sick and tired of every Tom, Dick, and Harry requiring a separate app for everything. It has gotten to the point of having to scroll through pages of icons to locate whatever app you need for a particular occasion. Plus, every app stays open consuming limited memory. And then there are the constant …
Re: How to Efficiently Develop Apps for iOS and Android?
Programming
Software Development
2 Months Ago
by Olu_610
The adoption of cross-platform frameworks like React Native or Flutter brings me full support for creating applications which operate across iOS and Android platforms.
how to simultaneously run 2 programs by calling one from another
Programming
Software Development
20 Years Ago
by riturajraina
…a project in which i want to run 2 programs
simultaneously
in such a way that when the user runs … both the 1st program and the 2nd program start executing
simultaneously
. For ex :Suppose there is a program called work…both the called program and the calling program gets executed
simultaneously
. Any suggestions,Kindly help.I am just stucked very …
Re: Thousand threads write to one text file simultaneously
Programming
Software Development
10 Years Ago
by Mr.M
… all files have a 99.9% chances of being updated
simultaneously
and 1% is for those roughly out of 600 files… maybe 250 yes maybe updated
simultaneously
but at a low speed compared to rest of the… files which per second each file can be accessed
simultaneously
at a maximum speed. What I'm trying to do…
how to share data between two simultaneously running programs?
Programming
Software Development
19 Years Ago
by tiffosi
Hi all, I am trying to share data between two
simultaneously
running programs. I am writing the output of one program … data in it from an other program which is running
simultaneously
. The value in xpos.out changes each time. So when…
Running progrmas simultaneously
Programming
Software Development
14 Years Ago
by dchunt
… want to run the programs r1-r4 and n1-n4
simultaneously
instead of waiting for each one to finish executing,I… quite complicated. Can somebody provide the code to execute them
simultaneously
or any other easy way i can implement it. Thank…
How to use two ISP lines simultaneously in linux
Hardware and Software
Linux and Unix
14 Years Ago
by Rk_Raj
…. So we have planned to use both Sify and BSNL
simultaneously
. what we have to do is to Make some arrangements… or in configuring we have to use both the connections
simultaneously
. without hassle so that the employees will always be on…
how to use mouse and keyboard simultaneously in turbo c++ 3.0
Programming
Software Development
11 Years Ago
by sanyam.mishra
… is I m not able to use mouse and keyboard
simultaneously
. As when I do so getch() holds the program and… thus I can't get mouse input
simultaneously
. Please help me out. I am working on turbo c…
Thousand threads write to one text file simultaneously
Programming
Software Development
10 Years Ago
by Mr.M
… that means the threads will write to the same file
simultaneously
. So how can I make it handle this all the… meaning allowing multi-threads to write to the same file
simultaneously
without overriding the existing text? Thanks in advance. Sample code…
Re: How to load form simultaneously?
Programming
Software Development
14 Years Ago
by leahrose87
… and the parent and the child form should be shown
simultaneously
. The menustrip is located in the parent form. I want… to show them
simultaneously
because I want that the child form can see the…
Re: Thousand threads write to one text file simultaneously
Programming
Software Development
10 Years Ago
by JamesCherrill
… that multiple threads can't do the `// update the file`
simultaneously
. However, there's still a real decision about whether to…
Re: Thousand threads write to one text file simultaneously
Programming
Software Development
10 Years Ago
by Mr.M
You mean with many files accessed
simultaneously
I should use synch block?
Re: Thousand threads write to one text file simultaneously
Programming
Software Development
10 Years Ago
by JamesCherrill
It seems every post you contradict your previous post! Is it many files
simultaneously
or is it a thousand clients and one file? You can't chose the right architecture unless you understand the requirement.
Re: Thousand threads write to one text file simultaneously
Programming
Software Development
10 Years Ago
by Mr.M
And how do I ensure that the all the data is saved that will be sent by clients
simultaneously
to database?
Opening simultaneously 2 or more apps
Hardware and Software
Microsoft Windows
20 Years Ago
by saliva
I'm usuallly working with about 5 apps on a continual basis. Is it possible to open all of them
simultaneously
by opening just one (ie. by opening MS Word, the spreadsheet, DB & other apps also open)?? Thx in advance.
Prevent multiple downloads simultaneously
Programming
Web Development
18 Years Ago
by cancer10
Hello, Is there any way I can prevent
simultaneously
multiple downloads from my site with PHP? I mean I want a user can download only 1 file at a time, the second file can be downloaded only after the first one is finished. Thanx in advance for the help.
opening two files simultaneously
Programming
Software Development
17 Years Ago
by ashishprem
… out and let me know how to handle two files
simultaneously
.
open 2/more files simultaneously
Programming
Software Development
16 Years Ago
by perltoday
hi, Is it possible to read 2 or more files and getting data out of them
simultaneously
? can I know the perl format for that
IIS Server behavious while handing multiple requests simultaneously
Programming
Web Development
16 Years Ago
by somesh_nag
… server handles if two different users send data to server
simultaneously
? Will it handle the requests separately, or is there a…
open and work with two files simultaneously
Programming
Software Development
14 Years Ago
by maheshrmishra
is it possible to open and work in two files from same or different location
simultaneously
. How it is possible? Please suggest Thanks / Regards Mahesh
Re: open and work with two files simultaneously
Programming
Software Development
14 Years Ago
by d5e5
… and work in two files from same or different location
simultaneously
. How it is possible? Please suggest Thanks / Regards Mahesh[/QUOTE…
How to load form simultaneously?
Programming
Software Development
14 Years Ago
by leahrose87
I have two form the parent form with the menu list and the child form. I want to show the two form
simultaneously
or the main menu first and then the child form.Is it possible? Any idea?
face detection & background music simultaneously
Programming
Software Development
14 Years Ago
by sah
I wanna play background music and face detection
simultaneously
. But i couldn't play the music, though the playMusic() …
Python Lists - push and pop simultaneously without risk??
Programming
Software Development
12 Years Ago
by ericstern
… queue, where you can push an element and pop one **
simultaneously
** with **two different threads** **(safely)** without the need of locks…
Using database simultaneously in PHP and Java
Programming
Databases
12 Years Ago
by warlord902
I want to know, is it possible to use a mySQL database
simultaneously
from a PHP website and a Java Website both making continous read and write operations. Are there any tradeoffs? Does connection pooling affect this?
Use two mice simultaneously?
Hardware and Software
Microsoft Windows
12 Years Ago
by BlazeEagle
Is there a way to use two mice
simultaneously
so my left hand can do a task while my right does another task? With all the technological advancements humanity has made over the years & decades, I’m surprised this hasn’t become another way for one to operate their computer.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC