Skip to main content

Questions tagged [asynchronous-processing]

5 votes
1 answer
154 views

I am trying to learn about ScheduledTask and SessionSubmit so that I can have calculations that run regularly in the background at set times. It seems that according to the documentation for ...
Nate's user avatar
  • 775
2 votes
1 answer
137 views

I don't quite understand how SessionSubmit[ScheduledTask[expr,spec]] works. We can create a background task, which can go without interfering with the main loop. If ...
Kirill Vasin's user avatar
  • 1,769
0 votes
1 answer
161 views

Before reporting this to Wolfram I want to make sure that I am not mistaken. I am using MMA version 13.0.1 The following will lock a file and then write "Hello" into it, all in the current ...
Daniel Huber's user avatar
  • 60.9k
4 votes
1 answer
175 views

I want to launch an asynchronous task with Wolfram Script to listen to a socket and print back information in the CLI. This was handled in previous versions by ...
kale's user avatar
  • 11.1k
5 votes
0 answers
104 views

LocalSubmit in the following generates a TaskObject. To extract the result one needs an explicit assignment to some var ...
lineage's user avatar
  • 1,306
4 votes
2 answers
523 views

I have a few thousand image urls that I want to download asynchronously, how can I do that while monitoring progress? I'm really asking for 5 things: Show dynamic progress in bar Downloads must be ...
M.R.'s user avatar
  • 31.9k
0 votes
0 answers
188 views

Let's say I have a socket server set up on my system, and connect to it in Mathematica 11.3 via mysock = SocketConnect["X.X.X.X:YYYYY"]; where ...
Kagaratsch's user avatar
  • 12.1k
5 votes
0 answers
134 views

Assume I have three tasks that must be performed in order: ...
kh40tika's user avatar
  • 694
10 votes
4 answers
337 views

I have a list of download jobs (e.g. {{url, filename} ...}) to do: ...
M.R.'s user avatar
  • 31.9k
17 votes
2 answers
469 views

Bug introduced in 11.2 or earlier and solved in V13.2 [CASE:4026293] confirmed Let's create 10 asynchronous requests which just check if the site is there. ...
Kuba's user avatar
  • 139k
4 votes
2 answers
412 views

I have a package that initiates some periodic tasks via the ScheduledTasks functionality. The tasks in question also require the use of parallel tools and the launching of external commands. ...
tavr's user avatar
  • 61
2 votes
1 answer
101 views

At many points I've wanted to connect to an external process, have it run, and communicate with it via stdin and stdout interactively. At many points I have been stymied. With the ...
b3m2a1's user avatar
  • 48k
9 votes
0 answers
243 views

Version 9 introduced DataStore and WolframIOLibrary_Functions in WolframLibrary.h. They don'...
Szabolcs's user avatar
  • 239k
1 vote
0 answers
64 views

I want to implement consumer-producer problem in Mathematica. Example: I want 2 threads/processes: 1st: Get data from Twitter's API by doing multiple requests. After each request, I want to send the ...
Sbiera Bogdan's user avatar
11 votes
1 answer
444 views

Inside the directory structure of LibraryLink there are several example files. Basically, they are divided in two types: Synchronous: demo.c, demo_error.c, ...
Mark Messa's user avatar

15 30 50 per page